commit 2e275a06a03da8b9b0d762dc4c1989bfb14356dd parent 0677ca09932fb892d018f621f5703a51b7e70f12 Author: awy <awy@awy.one> Date: Wed, 19 Mar 2025 16:11:05 +0300 urls Diffstat:
M | configure_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/automated-librewolf.git/plain/user-overrides.js" +URL_USERCHROME_CSS="https://git.awy.one/automated-librewolf.git/plain/userChrome.css" +URL_USERCONTENT_CSS="https://git.awy.one/automated-librewolf.git/plain/userContent.css" +URL_UBLOCK_BACKUP="https://git.awy.one/automated-librewolf.git/plain/ublock_backup.txt" FILES_DIR="${HOME}/files" USERNAME="$(id -nu "1000")"