From 7cea31899ed5c42daec8a780adbf9ef575370ff4 Mon Sep 17 00:00:00 2001 From: KikooDX Date: Thu, 14 May 2020 14:37:42 +0200 Subject: [PATCH] [downloadpacks.sh] Now update packs as well --- downloadpacks.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/downloadpacks.sh b/downloadpacks.sh index d8b3189..afadb74 100755 --- a/downloadpacks.sh +++ b/downloadpacks.sh @@ -3,3 +3,9 @@ git clone https://gitea.planet-casio.com/Massena/jtmm_mariotheme git clone https://gitea.planet-casio.com/Massena/jtmm_1bittheme git clone https://gitea.planet-casio.com/KikooDX/jtmm_crafttheme git clone https://gitea.planet-casio.com/KikooDX/jtmm_celestepicotheme +for FOLDER in * +do +cd $FOLDER +git pull +cd .. +done