setup.txt: We want gsport still

This commit is contained in:
T. Joseph Carter 2016-04-03 03:13:20 -07:00
parent 6228e52b06
commit 4d95c2e0ac

View File

@ -1010,7 +1010,7 @@ if [[ $installEmulators ]]; then
# # GSport, if non-RPi
# if [[ ! $isRpi && ! -f /usr/local/bin/gsport ]]; then
#= APPLE2PI END
if [[ ! $isRpi && ! -f /usr/local/bin/gsport ]]; then
if [[ -f /usr/local/bin/gsport ]]; then
echo "A2CLOUD: Installing GSport..."
cd /tmp/a2cloud-install
if [[ $downloadBinaries ]]; then