From 7a479578e5a989c26476e181f485fe2ec23fdb85 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 17 Oct 2022 21:03:08 +0200 Subject: [PATCH] fix typo --- windows11.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows11.bat b/windows11.bat index ded0115..e903300 100644 --- a/windows11.bat +++ b/windows11.bat @@ -76,7 +76,7 @@ powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.Securi taskkill /im firefox.exe /F for /F %%i in ('dir /B /S ^"%APPDATA%\Mozilla\Firefox\Profiles\*.default-release^"') do set vbc=%%i -powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -OutFile %VBC%/user.js" +powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -OutFile %vbc%/user.js" powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/Dark-Reader-Settings.json -OutFile %HOMEPATH%\Downloads\Dark-Reader-Settings.json" powershell -Command "Invoke-WebRequest -Uri https://git.kennel.ml/Anri/confOS/raw/branch/main/.mozilla/firefox/extensions/SponsorBlockConfig.json -OutFile %HOMEPATH%\Downloads\SponsorBlockConfig.json"