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