aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/ubuntu-20.04/install-with-dependencies.sh
diff options
context:
space:
mode:
authorfenze <contact@fenze.dev>2022-12-18 16:27:54 +0000
committerGitHub <noreply@github.com>2022-12-18 16:27:54 +0000
commit3325e17195a7d825d8456a2641029673a532fb7d (patch)
tree6f26b4e1c67c2557d3e848b6626088e1570877f2 /user-scripts/ubuntu-20.04/install-with-dependencies.sh
parentb16665809c82cd3e7f7a5c839a492d70f60e3335 (diff)
parent7ad3e023f8278c7e6803184ca760a3c181c3daa9 (diff)
Merge pull request #32 from NunoSempere/ubuntu-20.04-scripts
tweak: add user scripts to get this running on ubuntu 20.04
Diffstat (limited to 'user-scripts/ubuntu-20.04/install-with-dependencies.sh')
-rw-r--r--user-scripts/ubuntu-20.04/install-with-dependencies.sh23
1 files changed, 23 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..b4ce72d
--- /dev/null
+++ b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
@@ -0,0 +1,23 @@
+# 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
+
+# Ubuntu desktop icon
+chmod +x rose.desktop
+sudo cp rose.desktop /usr/share/applications