mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Update build-docker.sh
This commit is contained in:
@@ -15,6 +15,8 @@ if [ -e /bin/unzip ]; then
|
||||
unzip compilers_latest.zip -d compilers_temp
|
||||
else
|
||||
echo "You do not seem to have unzip installed on this system. Please install it to continue."
|
||||
rm compilers_latest.zip
|
||||
rm -r compilers_temp
|
||||
exit 1
|
||||
fi
|
||||
mv compilers_temp/GC/1.2.5n/ tools/ && mv compilers_temp/GC/1.3.2/ tools/ && mv compilers_temp/GC/1.3.2r/ tools/
|
||||
|
||||
Reference in New Issue
Block a user