mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-05 10:23:15 +01:00
5 lines
110 B
Bash
5 lines
110 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd $1
|
||
|
git submodule update --init -f
|
||
|
cd Tuinity
|
||
|
git submodule update --init --recursive -f
|