aboutsummaryrefslogtreecommitdiff
path: root/extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:19:11 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:19:11 -0600
commitbbcf1dabd26bb4e93aa4780d1771c3b449c068ec (patch)
tree375468f139ee1032626969d9965cd18eaaec50e8 /extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh
parentca59138a2aef96960381f986b8c683634e4d8e63 (diff)
Revert "tweak: move things around"
This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63.
Diffstat (limited to 'extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh')
-rw-r--r--extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh27
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh
deleted file mode 100644
index 940abe1..0000000
--- a/extra/user-scripts/ubuntu-20.04/install-with-dependencies.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-# Dependencies
-sudo apt install libwebkit2gtk-4.0-dev
-sudo apt install clang
-# sudo apt instal sudo apt install gstreamer1.0-plugins-good gstreamer1.0-libav
-
-# Adblock
-git clone https://github.com/jun7/wyebadblock
-cd wyebadblock
-make
-sudo make install
-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
-
-# sudo bash ../../install.sh
-cd ../..
-make build # or just make
-sudo make install
-
-cd -
-# Ubuntu desktop icon
-chmod +x rose.desktop
-sudo cp rose.desktop /usr/share/applications