ACCOUNT=G.C.Solutions TOKEN=a61d1101c75c661c URL=https://anturis.com if [ `id -u` -ne 0 ] ; then echo You should be a root to install the package. exit 1 fi ARCH=`uname -m` PKG=anturis-agent-2.1-$ARCH cd ~ curl -k -O https://anturis.com/download/$PKG.tar.gz tar zxf $PKG.tar.gz cd $PKG chmod +x install-anturis-agent.sh ./install-anturis-agent.sh -s -u \$agent@$ACCOUNT -p $TOKEN -U $URL