#!/bin/sh
grep 'CentOS Linux release 7' /etc/*-release || ( echo "This INSTALL.sh is for 'CentOS Linux release 7'. Press CTRL-C to abort, ENTER to continue"; read a )
wget https://download.owncloud.com/desktop/testpilotcloud/stable/2.7.1.2561/linux/CentOS_7/testpilotcloud.repo -O /etc/yum.repos.d/testpilotcloud.repo || exit 1
yum install -y testpilotcloud-client
