autowolf

automated librewolf setup
git clone https://git.awy.one/autowolf.git
Log | Files | Refs | README

commit 3f8d873cdd17bdffd5577a1bd9dde6372b4f81e6
parent 79ce24311349b8d64df9eb135257705646f700bc
Author: awy <awy@awy.one>
Date:   Sat,  1 Mar 2025 15:41:13 +0300

links

Diffstat:
Mconfigure_librewolf.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure_librewolf.sh b/configure_librewolf.sh @@ -10,10 +10,10 @@ C='\e[1;96m' W='\e[1;97m' URL_USER_JS="https://raw.githubusercontent.com/arkenfox/user.js/master/user.js" URL_UPDATER_SH="https://raw.githubusercontent.com/arkenfox/user.js/master/updater.sh" -URL_USER_OVERRIDES_JS="https://raw.githubusercontent.com/awnrt/automated-firefox/refs/heads/master/user-overrides.js" -URL_USERCHROME_CSS="https://raw.githubusercontent.com/awnrt/automated-firefox/refs/heads/master/userChrome.css" -URL_USERCONTENT_CSS="https://raw.githubusercontent.com/awnrt/automated-firefox/refs/heads/master/userContent.css" -URL_UBLOCK_BACKUP="https://raw.githubusercontent.com/awnrt/automated-firefox/refs/heads/master/ublock_backup.txt" +URL_USER_OVERRIDES_JS="https://gitlab.com/awnrt/automated-librewolf/-/raw/master/user-overrides.js" +URL_USERCHROME_CSS="https://gitlab.com/awnrt/automated-librewolf/-/raw/master/userChrome.css" +URL_USERCONTENT_CSS="https://gitlab.com/awnrt/automated-librewolf/-/raw/master/userContent.css" +URL_UBLOCK_BACKUP="https://gitlab.com/awnrt/automated-librewolf/-/raw/master/ublock_backup.txt" FILES_DIR="${HOME}/files" USERNAME="$(id -nu "1000")"