From c634f2f6918ffd843d47f110c2fd3463cdd1038b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 17 Oct 2022 20:50:34 +0200 Subject: [PATCH] add newlines --- windows11.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows11.bat b/windows11.bat index 8063b11..a0a9411 100644 --- a/windows11.bat +++ b/windows11.bat @@ -74,8 +74,10 @@ powershell -Command "&{[Net.ServicePointManager]::SecurityProtocol = [Net.Securi :: Firefox configuration %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 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" echo La configuration des differents Addons de Firefox est presente dans le dossier %HOMEPATH%\Downloads.