aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/ubuntu-20.04/install-with-dependencies.sh
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-14 14:58:59 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-14 14:58:59 -0300
commit9a27469a52ad20aefd48653b6836c49e65824e24 (patch)
treee7e290e4ee7d95aad76e95537aad639176c47748 /user-scripts/ubuntu-20.04/install-with-dependencies.sh
parente75605959e02a6322de61714fcd5f025ed7bb64c (diff)
cleanup makefile slightly, restore ubuntu-20.04 files
Diffstat (limited to 'user-scripts/ubuntu-20.04/install-with-dependencies.sh')
-rw-r--r--user-scripts/ubuntu-20.04/install-with-dependencies.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
new file mode 100644
index 0000000..25721db
--- /dev/null
+++ b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
@@ -0,0 +1,24 @@
+# Key dependencies
+sudo apt install git vim gcc make
+sudo apt install libwebkit2gtk-4.0-dev
+
+# Optional adblock
+git clone https://github.com/jun7/wyebadblock
+cd wyebadblock
+sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
+make
+sudo make install
+cd ..
+mkdir -p ~/.config/wyebadblock
+cd ~/.config/wyebadblock
+wget https://easylist.to/easylist/easylist.txt
+cd -
+
+cd ../..
+make build # or just make
+sudo make install
+
+cd -
+# Ubuntu desktop icon
+chmod +x rose.desktop
+sudo cp rose.desktop /usr/share/applications