mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
14 lines
316 B
Bash
Executable File
14 lines
316 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 origin gcores && cd -
|
|
|
|
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png
|
|
./load.sh
|
|
|