mirror of
https://github.com/RasppleII/a2server.git
synced 2024-12-22 17:29:34 +00:00
Fix an ivanx.com that should be hardcoded
Overzealous replacement of hardcoded ivanx.com with script variable. The A2CLOUD disk image should be downloaded right off Ivan's server because we don't have it in the git repository.
This commit is contained in:
parent
14b962f48d
commit
a9648d52a4
@ -378,7 +378,7 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
|
||||
mkdir -p $zlinkDir/.AppleDouble
|
||||
echo
|
||||
cd /tmp/netboot
|
||||
wget -qO A2CLOUD.HDV "${scriptURL}files/A2CLOUD.HDV"
|
||||
wget -qO A2CLOUD.HDV "http://ivanx.com/a2server/files/A2CLOUD.HDV"
|
||||
cppo -ad A2CLOUD.HDV . > /dev/null
|
||||
cd A2CLOUD
|
||||
mv *PT3* *PROTERM* $protermDir
|
||||
|
Loading…
Reference in New Issue
Block a user