From 07fc53c11d9ac181fef4ff3b3b152fd4d4271640 Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 7 Aug 2019 16:04:27 +0800 Subject: [PATCH 1/2] add update ~/apps/Menu --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 77b8eec..ec5a1e8 100755 --- a/update.sh +++ b/update.sh @@ -6,6 +6,9 @@ git pull git reset --hard $1 git submodule init git submodule update + +cd ~/apps/Menu && git pull && cd + feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png ./load.sh From 07805d7fd517dc5896096b60de0dcf96c06acd23 Mon Sep 17 00:00:00 2001 From: cuu Date: Wed, 7 Aug 2019 16:05:36 +0800 Subject: [PATCH 2/2] add update ~/apps/Menu --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index ec5a1e8..cb2312b 100755 --- a/update.sh +++ b/update.sh @@ -7,7 +7,7 @@ git reset --hard $1 git submodule init git submodule update -cd ~/apps/Menu && git pull && cd +cd ~/apps/Menu && git pull && cd - feh --bg-center /home/cpi/launcher/sys.py/gameshell/wallpaper/loading.png ./load.sh