mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-12 07:28:54 +01:00
15 lines
340 B
Bash
Executable File
15 lines
340 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd /home/cpi/launcher || exit
|
|
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/updating.png
|
|
git pull
|
|
git reset --hard "$1"
|
|
git submodule init
|
|
git submodule update
|
|
|
|
#disable update Menu
|
|
#cd ~/apps/Menu && git pull && cd - || exit
|
|
|
|
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png
|
|
./load.sh
|