Initial commit installer and updater
This commit is contained in:
21
install.sh
Normal file
21
install.sh
Normal file
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
#Clone the repo to the webapps folder
|
||||
git clone https://carrot.tcmeta.net/gitea/kurtis/raspberry-pi-web-apps /home/pi/webapps
|
||||
|
||||
#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 ""
|
||||
Reference in New Issue
Block a user