#!/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/ownCloud/stable/2.7.5.3180/linux/CentOS_8/owncloud.repo -O /etc/yum.repos.d/owncloud.repo || exit 1
yum install -y owncloud-client
