aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/ubuntu-20.04
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 22:50:18 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 22:50:18 -0600
commitf1982d015dd15b9ef4c2f8fbdf7f80760bff4981 (patch)
treefbe5b2d9284d026ce37514160a2b8075422cac5e /user-scripts/ubuntu-20.04
parent9202a1f9b295aee0bc58791b75d6d342696e7bda (diff)
feat: add video to README, fix install typos.
Diffstat (limited to 'user-scripts/ubuntu-20.04')
-rw-r--r--user-scripts/ubuntu-20.04/install-with-dependencies.sh12
1 files changed, 3 insertions, 9 deletions
diff --git a/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
index ce07072..25721db 100644
--- a/user-scripts/ubuntu-20.04/install-with-dependencies.sh
+++ b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
@@ -1,11 +1,11 @@
-# Dependencies
+# Key dependencies
sudo apt install git vim gcc make
sudo apt install libwebkit2gtk-4.0-dev
-# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
-# Adblock
+# 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 ..
@@ -14,12 +14,6 @@ cd ~/.config/wyebadblock
wget https://easylist.to/easylist/easylist.txt
cd -
-# Rose config
-user=$(whoami)
-mkdir -p /home/$user/.cache/rose
-cp ../../config.def.h ../../config.h # you should also probably customize this yourself.
-sed "s/fenze/$user/g" ../../config.h
-
cd ../..
make build # or just make
sudo make install