Add Geek Uninstaller

This commit is contained in:
Mylloon 2023-05-17 19:05:55 +02:00
parent d74b133276
commit 6df673ccc3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -103,6 +103,11 @@ PowerShell -Command "$link = 'https://github.com/Vencord/Installer/releases/late
wsl --install --no-launch
wsl --unregister Ubuntu
:: Install Geek Uninstaller
PowerShell -Command "$archive = '%TEMP%\geek.zip';" ^
"Invoke-WebRequest -Uri https://geekuninstaller.com/geek.zip -OutFile $archive;" ^
"Expand-Archive -Path $archive -DestinationPath $env:HOMEPATH\Documents\Local"
:: === Firefox configuration ==
"%ProgramFiles%\Mozilla Firefox\firefox.exe"
TASKKILL /im firefox.exe /F