autowolf

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

commit 636d169ec3cf2faf1857ac72bdeb8e0173735979
parent f03a264dba6df92d41e59c7186737531e41b1659
Author: awy <awy@awy.one>
Date:   Mon, 31 Mar 2025 01:47:49 +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://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" +URL_USER_OVERRIDES_JS="https://git.awy.one/raw/?repository=automated-librewolf.git&file=user-overrides.js" +URL_USERCHROME_CSS="https://git.awy.one/raw/?repository=automated-librewolf.git&file=userChrome.css" +URL_USERCONTENT_CSS="https://git.awy.one/raw/?repository=automated-librewolf.git&file=userContent.css" +URL_UBLOCK_BACKUP="https://git.awy.one/raw/?repository=automated-librewolf.git&file=ublock_backup.txt" FILES_DIR="${HOME}/files" USERNAME="$(id -nu "1000")"