autowolf

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

commit 0c79026b075afdf258cae29fc906b0f6fe694b63
parent bdff880a875e215c7e5060033626140225fd397c
Author: awy <awy@awy.one>
Date:   Sat, 29 Mar 2025 17:12:49 +0300

revert 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://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" +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" FILES_DIR="${HOME}/files" USERNAME="$(id -nu "1000")"