add quotes
This commit is contained in:
parent
7b586fc1f8
commit
d289316cb4
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ wsl --install
|
|||
powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}; """"& { $((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content)} -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_on -cache_on -block_update_off"""" | Invoke-Expression"
|
||||
|
||||
:: Firefox configuration
|
||||
%PROGRAMFILES%\Mozilla Firefox\firefox.exe
|
||||
"%PROGRAMFILES%\Mozilla Firefox\firefox.exe"
|
||||
taskkill /im firefox.exe /F
|
||||
|
||||
for /F %%i in ('dir /B /S ^"%APPDATA%\Mozilla\Firefox\Profiles\*.default-release^"') do set vbc=%%i
|
||||
|
|
Loading…
Reference in a new issue