diff options
Diffstat (limited to 'public/thesiah.sh')
| -rwxr-xr-x | public/thesiah.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh index eb8729d..5e0388f 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -277,7 +277,6 @@ makeuserjs() { overrides="$sipdir/user-overrides.js" userjs="$sipdir/user.js" ln -fs "/home/$name/.config/firefox/thesiah.js" "$overrides" - ln -fs "/home/$name/.config/firefox/chrome" "$sipdir" [ ! -f "$arkenfox" ] && curl -sL "https://raw.githubusercontent.com/arkenfox/user.js/master/user.js" >"$arkenfox" chown "$name:wheel" "$arkenfox" "$userjs" cat "$arkenfox" "$overrides" >"$userjs" @@ -291,8 +290,8 @@ makeuserjs() { Operation = Upgrade Type = Package Target = firefox -Target = librewolf Target = librewolf-bin +Target = librewolf [Action] Description=Update Arkenfox user.js When=PostTransaction |
