Files
raspberry-pi-web-apps/update.sh

21 lines
351 B
Bash
Executable File

#!/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 ""