From 4e8706419d39bfc567c379a65def9e2fc15cdec8 Mon Sep 17 00:00:00 2001 From: Chris Nutter Date: Mon, 4 Sep 2023 09:44:40 -0700 Subject: [PATCH] Update Script.ps1 --- Script.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Script.ps1 b/Script.ps1 index 5f9500c..33ffc8e 100644 --- a/Script.ps1 +++ b/Script.ps1 @@ -29,7 +29,6 @@ $discordPath = "$env:USERPROFILE\Downloads\discord-setup.exe" Invoke-WebRequest -Uri $discordURL -OutFile $discordPath Start-Process -FilePath $discordPath -Wait - # 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 {iwr -useb https://christitus.com/win | iex}"