Initial commit installer and updater

This commit is contained in:
2021-01-06 19:37:09 +10:00
commit ffda89b7de
5 changed files with 66 additions and 0 deletions

21
update.sh Normal file
View File

@@ -0,0 +1,21 @@
#!/bin/bash
#Clone the repo to the webapps folder
git pull
#Add new apps to menu
cp /home/pi/webapps/DesktopFiles/* /home/pi/.local/share/applications/
#Install/Update finished
clear
echo ""
echo ""
echo "Web Apps installed to /home/pi/webapps"
echo ""
echo "You can update this by going to Update Webapps in PREFERENCES"
echo ""
echo ""
echo ""