Update build.sh

This commit is contained in:
LegacyGamerHD
2020-11-15 12:26:03 +01:00
committed by GitHub
parent ea18e73509
commit f0044d7d07

View File

@@ -22,7 +22,7 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then
)
fi
apt install curl
sudo -u admin apt install curl
echo "[Akarin] Ready to build"
(
echo "[Akarin] Touch sources.."
@@ -51,4 +51,4 @@ echo "[Akarin] Ready to build"
echo "[Akarin] Migrated final jar to $basedir/akarin-$minecraftversion.jar"
)
)
)