autofox

automated firefox setup
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit 983bc275128aae3b2084cb77592d05e40218cc4c
parent ccac97d002587f9c634dbcfd498e4c751ee3b636
Author: awy <awy@awy.one>
Date:   Wed,  9 Apr 2025 14:04:30 +0300

url fix

Diffstat:
Mconfigure_firefox.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

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