Fixes typo

This commit is contained in:
Sotr
2018-05-22 22:30:37 +08:00
parent e4eb96bcdb
commit 4cc48149b8
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ before_install:
before_script: before_script:
- chmod +x scripts/inst.sh - chmod +x scripts/inst.sh
script: ./scripts/inst.sh --setup script: ./scripts/inst.sh --setup --remote
cache: cache:
directories: directories:

View File

@@ -12,7 +12,7 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then
( (
if [ "$2" == "--remote" ] || [ "$3" == "--remote" ] || [ "$4" == "--remote" ]; then if [ "$2" == "--remote" ] || [ "$3" == "--remote" ] || [ "$4" == "--remote" ]; then
cd "$paperworkdir" cd "$paperworkdir"
if [ ! -d "Minecraft" ]; then if [ -d "Minecraft" ]; then
rm Minecraft/ -r rm Minecraft/ -r
fi fi
git clone https://github.com/Akarin-project/Minecraft.git git clone https://github.com/Akarin-project/Minecraft.git