aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/ubuntu-20.04/install-with-dependencies.sh
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
commit07cae73c7116aee9686432783394eaba2c854ab9 (patch)
treef41dcb6e3e3d986e10094765dfbe68f2270294cd /user-scripts/ubuntu-20.04/install-with-dependencies.sh
parented76b7e9e72cc2c3b5eeef0707638ff39a7cd31a (diff)
remove extra 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, 0 insertions, 24 deletions
diff --git a/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
deleted file mode 100644
index 25721db..0000000
--- a/user-scripts/ubuntu-20.04/install-with-dependencies.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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