mirror of
https://github.com/RasppleII/a2cloud.git
synced 2024-12-03 12:51:09 +00:00
7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
|
wget -qO /tmp/gsport-setup appleii.ivanx.com/a2cloud/setup/gsport-setup.txt
|
||
|
if [[ $(wc -c /tmp/gsport-setup | grep '^0 ') ]]; then
|
||
|
echo "Please connect to the internet to set up GSport."
|
||
|
else
|
||
|
source /tmp/gsport-setup "$@"
|
||
|
fi
|