MacOS msdos compiler fetch script bit

This commit is contained in:
nhmall
2022-09-11 19:33:56 -04:00
parent ed8d81baa5
commit 356e3176bc

View File

@@ -98,7 +98,7 @@ if [ ! -d djgpp/djgpp-patch ]; then
cd djgpp-patch
if [ "$(uname)" = "Darwin" ]; then
#Mac
curl http://www.mirrorservice.org/sites/ftp.delorie.com/pub/djgpp/current/v2/djlsr205.zip
curl --output djlsr205.zip http://www.mirrorservice.org/sites/ftp.delorie.com/pub/djgpp/current/v2/djlsr205.zip
else
wget --quiet --no-hsts http://www.mirrorservice.org/sites/ftp.delorie.com/pub/djgpp/current/v2/djlsr205.zip
fi