Fix ublock setup

This commit is contained in:
Sascha Ißbrücker
2025-09-28 10:38:56 +02:00
parent d33719dc7c
commit 128e1afbce
3 changed files with 3 additions and 5 deletions

View File

@@ -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