From 44712241fb361af21d55a3242c0732ed163c2353 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Wed, 23 Oct 2019 20:06:19 -0500 Subject: [PATCH] ORCA/C upgrade in installer disabled for now. --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index fc3e52a..8ae5fb5 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -450,7 +450,7 @@ function installIIgs() { purple "Upgrading ORCA/C" fetchGitHubRelease RESULT byteworksinc ORCA-C 2mg #***TODO*** This fails with a mmap error sometimes - no idea why - env "${IIGS}/opus-extractor" -v -s / ${RESULT} "${IIGS}/ORCA" + #"${IIGS}/opus-extractor" -v -s / ${RESULT} "${IIGS}/ORCA" pushd ${GOLDEN_GATE} &> /dev/null #find . -type d -exec chmod 755 {} \;