ORCA/C upgrade in installer disabled for now.

This commit is contained in:
Scott Duensing 2019-10-23 20:06:19 -05:00
parent 5db3befb4a
commit 44712241fb

View file

@ -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 {} \;