aboutsummaryrefslogtreecommitdiff
path: root/user-scripts
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 21:12:12 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 21:12:12 -0600
commitb125b268919b4c527684ea1996966417a469935c (patch)
treec550dccad5326a979aed733f2e389ff119cef59f /user-scripts
parent33b30cfe0573b7661c2073057252212f24841441 (diff)
tweak: tweak ubuntu 20.04 install instructions.
Diffstat (limited to 'user-scripts')
-rw-r--r--user-scripts/ubuntu-20.04/install-with-dependencies.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
index 1cdb7cf..ce07072 100644
--- a/user-scripts/ubuntu-20.04/install-with-dependencies.sh
+++ b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
@@ -1,6 +1,6 @@
# Dependencies
+sudo apt install git vim gcc make
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
@@ -20,7 +20,6 @@ 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