mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-15 00:48:53 +01:00
Update update.sh (Sync Ver.200626)
This commit is contained in:
parent
c6e84cee26
commit
ee60483608
@ -1,14 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /home/cpi/launcher
|
cd /home/cpi/launcher || exit
|
||||||
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/updating.png
|
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/updating.png
|
||||||
git pull
|
git pull
|
||||||
git reset --hard $1
|
git reset --hard "$1"
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
cd ~/apps/Menu && git pull && cd -
|
cd ~/apps/Menu && git pull && cd - || exit
|
||||||
|
|
||||||
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png
|
feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png
|
||||||
./load.sh
|
./load.sh
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user