diff --git a/scripts/installer.sh b/scripts/installer.sh index 1e4bd95..9eb968c 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -883,19 +883,11 @@ function installIIgs() { if [[ ! -e "${IIGS}/Tool222#ba0000" ]]; then purple "Installing NinjaTrackerPlus Tool222" - download http://www.ninjaforce.com/downloads/ninjatrackerplus_tool222_v1.2.2mg - "${IIGS}/cadius/cadius" extractfile ninjatrackerplus_tool222_v1.2.2mg NTP.TOOL222V1.2/SYSTEM/TOOLS/TOOL222 . + download http://www.ninjaforce.com/downloads/ninjatrackerplus_tool222_v1.4.2mg + "${IIGS}/cadius/cadius" extractfile ninjatrackerplus_tool222_v1.4.2mg NTP.TOOL222V1.4/SYSTEM/TOOLS/TOOL222 . cp -f Tool222#BA0000 "${IIGS}/Tool222#ba0000" fi - if [[ ! -e "${IIGS}/Tool035#ba0000" ]]; then - purple "Installing MidiSynth Tool035" - download https://www.whatisthe2gs.apple2.org.za/files/System601/2Image/System_6_01.zip - unzip System_6_01.zip - "${IIGS}/cadius/cadius" extractfile "System 6.0.1/Disk 6 of 7 synthLAB.2mg" synthLAB/TOOL035 . - cp -f Tool035#BA0000 "${IIGS}/Tool035#ba0000" - fi - mkdir -p "${JOEY}/dist/IIgs" purple "Building JoeyLib IIgs"