#!/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://www.sciebo.de/install/linux/CentOS_7/sciebo.repo -O /etc/yum.repos.d/"sciebo".repo || exit 1
yum install -y "sciebo-client"
