mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-06 02:42:34 +01:00
9 lines
181 B
Bash
Executable File
9 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
git submodule update --init -f
|
|
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 |