mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-14 10:48:51 +01:00
add Menu update before launcher
This commit is contained in:
parent
2dc6087950
commit
7917aaaddc
9
load.sh
9
load.sh
@ -4,6 +4,15 @@ BASENAME=`dirname "$0"`
|
|||||||
|
|
||||||
cd $BASENAME/sys.py
|
cd $BASENAME/sys.py
|
||||||
|
|
||||||
|
if [ ! -f ~/.apps_menu_updated ]
|
||||||
|
then
|
||||||
|
cd ~/apps/Menu && git pull origin gcores
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
touch ~/.apps_menu_updated
|
||||||
|
fi
|
||||||
|
cd -
|
||||||
|
fi
|
||||||
|
|
||||||
python run.py
|
python run.py
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,8 @@ 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 origin gcores && cd -
|
#cd ~/apps/Menu && git pull origin gcores && cd -
|
||||||
|
rm ~/.apps_menu_updated
|
||||||
|
|
||||||
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