[downloadpacks.sh] Now update packs as well

This commit is contained in:
KikooDX 2020-05-14 14:37:42 +02:00
parent cbbe6730cb
commit 7cea31899e
1 changed files with 6 additions and 0 deletions

View File

@ -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