From 4afe804eade325bce9025fc1b545d2ce4020c687 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 22 Jan 2025 21:15:40 -0500 Subject: [PATCH] add Irvine.zip --- oem/powershell-stuff.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/oem/powershell-stuff.ps1 b/oem/powershell-stuff.ps1 index 1071183..ec8c945 100644 --- a/oem/powershell-stuff.ps1 +++ b/oem/powershell-stuff.ps1 @@ -14,3 +14,9 @@ Start-Process -Filepath "$($VSInstallDir)\VSIXInstaller" -ArgumentList "/q /a $( # activate windows & ([ScriptBlock]::Create((irm https://get.activated.win))) /HWID + + +$irvine_zip_dir = "$($env:TEMP)\Irvine.zip" +wget "https://github.com/surferkip/asmbook/raw/eecd4724e1f9ab1243a9c04c932fab5501fc93d6/Irvine.zip" -Outfile "$($irvine_zip_dir)" + +Expand-Archive -Force "$($irvine_zip_dir)" C:\Irvine