From f863d9e3601bdc520f475c3a29e0a801e95ee526 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 28 Jul 2024 00:27:25 +0200 Subject: [PATCH] Remove redundant script --- winiso/winfs/Scripts/Setup.ps1 | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 winiso/winfs/Scripts/Setup.ps1 diff --git a/winiso/winfs/Scripts/Setup.ps1 b/winiso/winfs/Scripts/Setup.ps1 deleted file mode 100644 index 5f5416c4..00000000 --- a/winiso/winfs/Scripts/Setup.ps1 +++ /dev/null @@ -1,6 +0,0 @@ -$drives = & wmic volume get "DriveLetter,Label"; -$drive = $($($drives | Select-String -Pattern "winiso-valhalla") -split "\s+")[0]; - -Write-Warning "Attention: This program will completely wipe your current disk #1 and install Windows on it. Are you sure you want to do this?" -Read-Host -Prompt "Hit enter to continue or CTRL+C to abort" -& "$drive\setup.exe";