commit 62dcdcac4e7230bc926e6ea78f35881c4fed6d5d parent 0c79026b075afdf258cae29fc906b0f6fe694b63 Author: awy <awy@awy.one> Date: Sat, 29 Mar 2025 17:24:08 +0300 fix 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://raw.githubusercontent.com/awnrt/automated-librewolf/refs/heads/master/user-overrides.js" -URL_USERCHROME_CSS="https://raw.githubusercontent.com/awnrt/automated-librewolf/refs/heads/master/userChrome.css" -URL_USERCONTENT_CSS="https://raw.githubusercontent.com/awnrt/automated-librewolf/refs/heads/master/userContent.css" -URL_UBLOCK_BACKUP="https://raw.githubusercontent.com/awnrt/automated-librewolf/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")"