mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 16:08:52 +01:00
10 lines
230 B
Bash
Executable File
10 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
|
|
feh --bg-center /home/cpi/launchergo/sysgo/gameshell/wallpaper/updating.png
|
|
cd /home/cpi/launchergo
|
|
git pull
|
|
git reset --hard $1
|
|
feh --bg-center /home/cpi/launchergo/sysgo/gameshell/wallpaper/loading.png
|
|
./load.sh
|
|
|