diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-24 14:58:00 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-24 14:58:00 +0900 |
| commit | bd2119ee21e4894e03b9661ce2ddf27b8b5a0123 (patch) | |
| tree | 7e9843338b63e853912588d892f70abc076574b4 /static/thesiah.sh | |
| parent | d9e1ad8e8aa9f9489b43064d11b1959e7d20c31a (diff) | |
updates
Diffstat (limited to 'static/thesiah.sh')
| -rwxr-xr-x | static/thesiah.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh index 3a40f5b..ba04fd6 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -317,8 +317,8 @@ installffaddons() { id="${id##*\"}" mv "$file" "$sipdir/extensions/$id.xpi" done - chown -R "$name:$name" "$sipdir/extensions" } +chown -R "$name:$name" "$sipdir/extensions" librewolfsetup() { whiptail --infobox "Setting browser privacy settings and add-ons..." 7 60 @@ -328,9 +328,9 @@ librewolfsetup() { sudo -u "$name" librewolf --headless >/dev/null 2>&1 & sleep 1 - profile="$(sed -n "/Default=.*.default-default/ s/.*=//p" "$profilesini")" + profile="$(sed -n "/Default=.*.default-(default|release)/ s/.*=//p" "$profilesini")" pdir="$browserdir/$profile" - siprofile="si.default-default" + siprofile="si.default" sipdir="$browserdir/$siprofile" if [ -d "$pdir" ]; then |
