mirror of
https://github.com/RasppleII/a2cloud.git
synced 2024-11-27 05:49:25 +00:00
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
if [[ -f /usr/local/bin/gsport-setup ]]; then
|
|
wget -O /tmp/gsport-setup https://rawgit.com/RasppleII/a2cloud/master/setup/gsport-setup.txt
|
|
source /tmp/gsport-setup -k "$@"
|
|
else
|
|
gsport-setup -k "$@"
|
|
fi
|