DEVTOOLS: Fix URL for create_classicmacfonts.sh

This commit is contained in:
Eugene Sandulenko 2021-08-17 14:37:12 +02:00
parent 6fc825a1c2
commit 7642ecf0a9
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -25,7 +25,7 @@ fi
echo_n "Downloading System 7.0.1 image..."
if test ! -f System_7.0.1.smi.bin; then
curl -s http://download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Macintosh/System/Older_System/System_7.0.x/System_7.0.1.smi.bin -o System_7.0.1.smi.bin
curl -s https://download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/English-North_American/Macintosh/System/Older_System/System_7.0.x/System_7.0.1.smi.bin -o System_7.0.1.smi.bin
fi
if test ! -f System_7.0.1.smi.bin; then