mirror of
https://github.com/RasppleII/a2server.git
synced 2025-03-10 08:29:24 +00:00
internet archive backup for MountIt
This commit is contained in:
parent
ca4e3b76e6
commit
50875f5c3f
@ -607,6 +607,9 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
|
||||
cd /tmp/netboot/mountit
|
||||
if [[ $useExternalURL ]]; then
|
||||
wget -q -O MOUNTIT.SHK http://www.brutaldeluxe.fr/products/apple2gs/MOUNTIT.SHK
|
||||
if (( $? != 0 )); then
|
||||
wget -q -O http://web.archive.org/web/20150201044930/http://brutaldeluxe.fr/products/apple2gs/MOUNTIT.SHK
|
||||
fi
|
||||
cppo -s -ad MOUNTIT.SHK System:System.Setup:MountIt . &> /dev/null
|
||||
cppo -s -ad MOUNTIT.SHK ReadMe . &> /dev/null
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user