aboutsummaryrefslogtreecommitdiff
path: root/user-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'user-scripts')
-rw-r--r--user-scripts/ubuntu-20.04/install-with-dependencies.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/user-scripts/ubuntu-20.04/install-with-dependencies.sh b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
index b4ce72d..940abe1 100644
--- a/user-scripts/ubuntu-20.04/install-with-dependencies.sh
+++ b/user-scripts/ubuntu-20.04/install-with-dependencies.sh
@@ -16,8 +16,12 @@ 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
+# 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