rename powershell file
This commit is contained in:
parent
817ce4771e
commit
41a4932baf
@ -18,8 +18,8 @@ winget install -e --id Microsoft.VisualStudio.2022.BuildTools --accept-source-ag
|
|||||||
|
|
||||||
winget install -e --id Microsoft.VisualStudio.2022.Community --accept-source-agreements --override "--passive --wait"
|
winget install -e --id Microsoft.VisualStudio.2022.Community --accept-source-agreements --override "--passive --wait"
|
||||||
|
|
||||||
:: install extentions
|
:: powershell stuff
|
||||||
powershell -executionpolicy remotesigned -File C:\OEM\vs_extentions.ps1
|
powershell -executionpolicy remotesigned -File C:\OEM\powershell-stuff.ps1
|
||||||
|
|
||||||
|
|
||||||
winget install Mozilla.Firefox --accept-source-agreements
|
winget install Mozilla.Firefox --accept-source-agreements
|
||||||
|
|||||||
@ -11,3 +11,4 @@ $asmdude_vsix = "$($env:TEMP)\AsmDude.vsix"
|
|||||||
wget "https://github.com/HJLebbink/asm-dude/releases/download/v2.0.1.0/AsmDude2-vsix-2.0.1.0.vsix" -OutFile "$($asmdude_vsix)"
|
wget "https://github.com/HJLebbink/asm-dude/releases/download/v2.0.1.0/AsmDude2-vsix-2.0.1.0.vsix" -OutFile "$($asmdude_vsix)"
|
||||||
|
|
||||||
Start-Process -Filepath "$($VSInstallDir)\VSIXInstaller" -ArgumentList "/q /a $($asmdude_vsix)" -Wait
|
Start-Process -Filepath "$($VSInstallDir)\VSIXInstaller" -ArgumentList "/q /a $($asmdude_vsix)" -Wait
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user