mirror of
https://github.com/RasppleII/a2server.git
synced 2026-04-21 20:16:43 +00:00
Fix typo CDEvs -> CDevs to fix installation
This commit is contained in:
@@ -800,7 +800,7 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
|
||||
userFolder=$(tr [:lower:] [:upper:] <<< $USER)
|
||||
|
||||
for thisFolder in \
|
||||
Installer/Extras/CDEvs^System/CDevs \
|
||||
Installer/Extras/CDevs^System/CDevs \
|
||||
Installer/Extras/Tools^System/Tools \
|
||||
Installer/Extras/Fonts^System/Fonts \
|
||||
Installer/Extras/System.Setup^System/System.Setup \
|
||||
@@ -909,7 +909,7 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
|
||||
cpAD Version.History $commDir/SAFE2
|
||||
cpAD Fonts/SAFE.8 $gsosDir/System/Fonts
|
||||
cpAD Fonts/Shaston.16 $gsosDir/System/Fonts
|
||||
cpAD TimeZone/TimeZone $gsosDir/System/CDEvs
|
||||
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
|
||||
@@ -949,11 +949,6 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
|
||||
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
|
||||
# cpAD Fonts/SIS.3.10 $gsosDir/System/Fonts
|
||||
# cpAD Fonts/SIS.4.10 $gsosDir/System/Fonts
|
||||
# cpAD Tools/HTMLTool/TOOL130 $gsosDir/System/Tools
|
||||
# cpAD Tools/Hierarchic/Hierarchic $gsosDir/System/CDEvs
|
||||
# cpAD Fonts/Shaston.16 $gsosDir/System/Fonts
|
||||
|
||||
afpsync -v $gsosDir > /dev/null
|
||||
fi
|
||||
@@ -988,11 +983,6 @@ if [[ ! $autoAnswerYes || -f /tmp/a2server-setupNetBoot ]]; then
|
||||
rm -r $gsosDir/System/Desk.Accs/Help.Files/SNAP 2> /dev/null
|
||||
mv Help/Help.Files/SNAP $gsosDir/System/Desk.Accs/Help.Files
|
||||
wget -qO- ${binaryURL}snap-setup.tgz | tar Pzx
|
||||
# cpAD Fonts/SIS.3.10 $gsosDir/System/Fonts
|
||||
# cpAD Fonts/SIS.4.10 $gsosDir/System/Fonts
|
||||
# cpAD Tools/HTMLTool/TOOL130 $gsosDir/System/Tools
|
||||
# cpAD Tools/Hierarchic/Hierarchic $gsosDir/System/CDEvs
|
||||
# cpAD Fonts/Shaston.16 $gsosDir/System/Fonts
|
||||
|
||||
afpsync -v $gsosDir > /dev/null
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user