update.sh 318 B

12345678910111213
  1. #!/bin/bash
  2. cd /home/cpi/launcher || exit
  3. feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/updating.png
  4. git pull
  5. git reset --hard "$1"
  6. git submodule init
  7. git submodule update
  8. cd ~/apps/Menu && git pull && cd - || exit
  9. feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png
  10. ./load.sh