mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-10-09 01:09:30 +02:00
Fix ublock setup
This commit is contained in:
@@ -2,7 +2,7 @@ rm -rf uBOLite.chromium.mv3
|
||||
|
||||
# Download uBlock Origin Lite
|
||||
TAG=$(curl -sL https://api.github.com/repos/uBlockOrigin/uBOL-home/releases/latest | jq -r '.tag_name')
|
||||
DOWNLOAD_URL=https://github.com/uBlockOrigin/uBOL-home/releases/download/$TAG/$TAG.chromium.mv3.zip
|
||||
DOWNLOAD_URL=https://github.com/uBlockOrigin/uBOL-home/releases/download/$TAG/uBOLite_$TAG.chromium.zip
|
||||
echo "Downloading $DOWNLOAD_URL"
|
||||
curl -L -o uBOLite.zip $DOWNLOAD_URL
|
||||
unzip uBOLite.zip -d uBOLite.chromium.mv3
|
||||
|
Reference in New Issue
Block a user