launcher/update.sh
2019-08-07 16:04:27 +08:00

15 lines
301 B
Bash
Executable File

#!/bin/bash
cd /home/cpi/launcher
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/updating.png
git pull
git reset --hard $1
git submodule init
git submodule update
cd ~/apps/Menu && git pull && cd
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png
./load.sh