SAM2 (POP email) client installed; fix for extracting sdk with nulib2

This commit is contained in:
Ivan X
2016-01-11 02:53:14 -05:00
parent 80c4818d47
commit f8d7a916e2
+45 -8
View File
@@ -557,7 +557,7 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
echo -n "MountIt 1.4"
# get MountIt (for GS/OS)
if [[ -f $imageToolsDir/MOUNTIT.SHK ]]; then
if [[ -f $gsosDir/System/System.Setup/MountIt ]]; then
echo " is already installed."
else
echo
@@ -601,13 +601,13 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
cd /tmp/netboot
if [[ $useExternalURL ]]; then
wget -qO shrinkit.sdk http://web.archive.org/web/20131031160750/http://www.nulib.com/library/shrinkit.sdk
nulib2 -x -s shrinkit.sdk &> /dev/null
nulib2 -x -s -e shrinkit.sdk &> /dev/null
fi
if [[ ! -f SHRINKIT ]]; then
if [[ ! -f "SHRINKIT#000118i" ]]; then
wget -qO shrinkit.sdk ${binaryURL}external/appleii/shrinkit.sdk
nulib2 -x -s shrinkit.sdk &> /dev/null
nulib2 -x -s -e shrinkit.sdk &> /dev/null
fi
cppo -s -ad SHRINKIT /SHRINKIT/SHRINKIT $diskToolsP8Dir &> /dev/null
cppo -s -ad "SHRINKIT#000118i" /SHRINKIT/SHRINKIT $diskToolsP8Dir &> /dev/null
afpsync -v $sharepath > /dev/null
fi
@@ -780,14 +780,14 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
afpsync -v $gsosDir > /dev/null
fi
echo "SAFE2 (FTP)"
echo -n "SAFE2 (FTP)"
if [[ -f $commDir/SAFE2/SAFE2 ]]; then
echo " is already installed."
else
echo
mkdir -p $commDir/SAFE2
mkdir -p /tmp/netboot/safe
cd /tmp/netboot/safe
mkdir -p /tmp/netboot/safe2
cd /tmp/netboot/safe2
if [[ $useExternalURL ]]; then
wget -qO safe2.bxy http://www.speccie.co.uk/speccie/software/safe229.bxy
cppo -s -ad safe2.bxy . &> /dev/null
@@ -805,11 +805,48 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
cpAD Fonts/Shaston.16 $gsosDir/System/Fonts
cpAD TimeZone/TimeZone $gsosDir/System/CDEvs
cpAD TimeZone/Tool056 $gsosDir/System/Tools
rm -r $gsosDir/System/Desk.Accs/Help.Files/SAFE2 2> /dev/null
mv Help/Help.Files/SAFE2 $gsosDir/System/Desk.Accs/Help.Files
afpsync -v $gsosDir > /dev/null
fi
echo -n "SAM2 (POP email)"
if [[ -f $commDir/SAM2/SAM2 ]]; then
echo " is already installed."
else
echo
mkdir -p $commDir/SAM2
mkdir -p $commDir/SAM2/SAM2.Data
mkdir -p /tmp/netboot/sam2
cd /tmp/netboot/sam2
if [[ $useExternalURL ]]; then
wget -qO sam2.bxy http://www.speccie.co.uk/speccie/software/sam205.bxy
cppo -s -ad sam2.bxy . &> /dev/null
fi
if [[ ! -f SAFE2.Archive/Safe2 ]]; then
wget -qO sam2.bxy ${binaryURL}external/appleii/sam2.bxy
cppo -s -ad sam2.bxy . &> /dev/null
fi
cd SAM2.Archive
cpAD SAM2/SAM2 $commDir/SAM2
cpAD SAM2/SAM2.Data/Taglines $commDir/SAM2/SAM2.Data
cpAD Tools/HTMLTool/TOOL130 $gsosDir/System/Tools
cpAD Tools/Hierarchic/Hierarchic $gsosDir/System/CDEvs
cpAD Sounds/SP.Snds.Aux $gsosDir/System/Sounds
cpAD Fonts/SAM.8 $gsosDir/System/Fonts
cpAD Fonts/SAM.10 $gsosDir/System/Fonts
cpAD Fonts/SIS.3.10 $gsosDir/System/Fonts
cpAD Fonts/SIS.4.10 $gsosDir/System/Fonts
cpAD The.Manual $commDir/SAM2
cpAD Read.Me.First $commDir/SAM2
cpAD Version.History $commDir/SAM2
rm -r $gsosDir/System/Desk.Accs/Help.Files/SAM2 2> /dev/null
mv Help/Help.Files/SAM2 $gsosDir/System/Desk.Accs/Help.Files
afpsync -v $gsosDir > /dev/null
fi
fi
echo -n "ProTERM and Z-Link"