a2cloud/setup/kegs-setup-shell.txt

10 lines
297 B
Plaintext
Raw Normal View History

2015-10-30 12:34:48 +00:00
#! /bin/bash
# vim: set tabstop=4 shiftwidth=4 expandtab filetype=sh:
2015-10-30 11:57:07 +00:00
wget -qO /tmp/gsport-setup 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 KEGS."
else
source /tmp/gsport-setup -k "$@"
fi