Remove redundant script

This commit is contained in:
Manuel Thalmann 2024-07-28 00:27:25 +02:00
parent 6fef809d62
commit dc0f8e08f1

View file

@ -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";