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