#!/bin/sh
grep 'Fedora 32' /etc/os-release || ( echo "This INSTALL.sh is for 'Fedora 32'. Press CTRL-C to abort, ENTER to continue"; read a )
dnf -y install 'dnf-command(config-manager)'
dnf config-manager --add-repo https://download.owncloud.com/desktop/testpilotcloud/stable/2.7.1.2561/linux/Fedora_32/testpilotcloud.repo || exit 1
rpm --import https://download.owncloud.com/desktop/testpilotcloud/stable/2.7.1.2561/linux/Fedora_32/repodata/repomd.xml.key
dnf install -y testpilotcloud-client
