Update Script.ps1
parent
be16b86396
commit
4e8706419d
|
@ -29,7 +29,6 @@ $discordPath = "$env:USERPROFILE\Downloads\discord-setup.exe"
|
||||||
Invoke-WebRequest -Uri $discordURL -OutFile $discordPath
|
Invoke-WebRequest -Uri $discordURL -OutFile $discordPath
|
||||||
Start-Process -FilePath $discordPath -Wait
|
Start-Process -FilePath $discordPath -Wait
|
||||||
|
|
||||||
|
|
||||||
# Run commands in new PowerShell instance
|
# Run commands in new PowerShell instance
|
||||||
Start-Process powershell.exe -ArgumentList "-NoProfile -Command {irm https://massgrave.dev/get | iex}"
|
Start-Process powershell.exe -ArgumentList "-NoProfile -Command {irm https://massgrave.dev/get | iex}"
|
||||||
Start-Process powershell.exe -ArgumentList "-NoProfile -Command {iwr -useb https://christitus.com/win | iex}"
|
Start-Process powershell.exe -ArgumentList "-NoProfile -Command {iwr -useb https://christitus.com/win | iex}"
|
||||||
|
|
Loading…
Reference in New Issue