Skip to content

Commit

Permalink
kms
Browse files Browse the repository at this point in the history
  • Loading branch information
8mpty committed Sep 1, 2023
1 parent 167f203 commit 61aaf40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions psfile/empty.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ $scripts = @{
"IndividualScripts/DownloadScript.bat" = "DownloadScript.bat"
}

$sub = "\Install.bat"
try {
try {
Invoke-WebRequest -Uri $MainURLBAT -UseBasicParsing -OutFile $MainPath + $sub
Invoke-WebRequest -Uri "$MainURL/Install.bat" -UseBasicParsing -OutFile "$MainPath\Install.bat"
} catch {
foreach ($script in $scripts.GetEnumerator()) {
$downloadURL = "$MainURL/$($script.Key)"
Expand Down

0 comments on commit 61aaf40

Please sign in to comment.