aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/debian-12
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-12 16:11:26 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-12 16:11:26 -0300
commited8f2dd2300c2c99a93b2c6c99f01193d4989982 (patch)
tree72e518b3eed841a2c362477648ac8f980c90f9cd /user-scripts/debian-12
parentda776bebc48c0bf8aba318ca6c083d0502613a14 (diff)
compile adblock with newer webkit
Diffstat (limited to 'user-scripts/debian-12')
-rw-r--r--user-scripts/debian-12/install-with-dependencies.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/user-scripts/debian-12/install-with-dependencies.sh b/user-scripts/debian-12/install-with-dependencies.sh
index c30b932..60e716e 100644
--- a/user-scripts/debian-12/install-with-dependencies.sh
+++ b/user-scripts/debian-12/install-with-dependencies.sh
@@ -6,8 +6,9 @@ sudo apt install libwebkit2gtk-4.1-dev
git clone https://github.com/jun7/wyebadblock
cd wyebadblock
sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
-make
-sudo make install
+WEBKITVER=4.1 make
+sudo WEBKITVER=4.1 make install
+
cd ..
mkdir -p ~/.config/wyebadblock
cd ~/.config/wyebadblock
@@ -19,6 +20,6 @@ make build # or just make
sudo make install
cd -
-# Ubuntu desktop icon
+# Debian desktop icon
chmod +x rose.desktop
sudo cp rose.desktop /usr/share/applications