autowolf

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

commit 87a94d2572edf5b0b01049a2685da2291e38dfad
parent 649fed02f880304d956e463abb2a7e4dc1f1d1d3
Author: awy <awy@awy.one>
Date:   Thu,  3 Apr 2025 01:41:19 +0300

shorten the 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/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" +URL_USER_OVERRIDES_JS="https://git.awy.one/raw/?repository=autowolf.git&file=user-overrides.js" +URL_USERCHROME_CSS="https://git.awy.one/raw/?repository=autowolf.git&file=userChrome.css" +URL_USERCONTENT_CSS="https://git.awy.one/raw/?repository=autowolf.git&file=userContent.css" +URL_UBLOCK_BACKUP="https://git.awy.one/raw/?repository=autowolf.git&file=ublock_backup.txt" FILES_DIR="${HOME}/files" USERNAME="$(id -nu "1000")"