mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-12-29 04:28:10 +01:00
Don't Double Upstream
This commit is contained in:
parent
d4cec7deba
commit
318fe9d893
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
git submodule update --init -f
|
||||||
cd $1
|
cd $1
|
||||||
cd Tuinity
|
cd Tuinity
|
||||||
git clean -fx
|
git clean -fx
|
||||||
|
1
yatopia
1
yatopia
@ -87,7 +87,6 @@ case "$1" in
|
|||||||
"f" | "fu" | "full" | "fullbuild")
|
"f" | "fu" | "full" | "fullbuild")
|
||||||
(
|
(
|
||||||
echo "$JAVA_VERSION"
|
echo "$JAVA_VERSION"
|
||||||
$scriptdir/initUpstream.sh "$basedir" || exit 1
|
|
||||||
basedir
|
basedir
|
||||||
$scriptdir/updateUpstream.sh "$basedir" || exit 1
|
$scriptdir/updateUpstream.sh "$basedir" || exit 1
|
||||||
set -e
|
set -e
|
||||||
|
Loading…
Reference in New Issue
Block a user