mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-26 04:25:39 +01:00
8 lines
150 B
Bash
8 lines
150 B
Bash
#!/usr/bin/env bash
|
|
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 |