2020-07-17 04:02:27 +02:00
|
|
|
#!/usr/bin/env bash
|
2020-08-06 16:09:01 +02:00
|
|
|
git submodule update --init -f
|
2020-07-17 04:02:27 +02:00
|
|
|
cd $1
|
|
|
|
cd Tuinity
|
|
|
|
git clean -fx
|
|
|
|
git clean -fd
|
|
|
|
git fetch
|
|
|
|
git reset --hard origin/ver/1.16
|
|
|
|
git submodule update --init --recursive -f
|