update.sh 266 B

1234567891011
  1. #!/bin/bash
  2. cd /home/cpi/launcher
  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. feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png
  9. ./load.sh