now ublock gets installed from the official github, changed nohup to setsid

This commit is contained in:
hnhx 2023-02-15 08:30:44 +01:00
parent c5244f1f2b
commit cf37b85afe
1 changed files with 2 additions and 2 deletions

View File

@ -5,5 +5,5 @@ rm -rf $HOME/.mozilla/firefox/*.default-release/*
cp firefox/* $HOME/.mozilla/firefox/*.default-release
ublock_version="1.46.0"
wget -O ublock_origin-$ublock_version.xpi https://addons.mozilla.org/firefox/downloads/file/4047353/ublock_origin-$ublock_version.xpi
nohup firefox ublock_origin-$ublock_version.xpi &
wget -O uBlock0_$ublock_version.firefox.signed.xpi https://github.com/gorhill/uBlock/releases/download/$ublock_version/uBlock0_$ublock_version.firefox.signed.xpi
setsid -f firefox uBlock0_$ublock_version.firefox.signed.xpi