add newlines
This commit is contained in:
parent
d5240163cc
commit
c634f2f691
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue