Switch yum repos to Copr (instead of Bintray)

This commit is contained in:
Tim Byrne 2016-04-27 01:20:19 -05:00
parent 75a8b60d89
commit 7cc4f0afc5
1 changed files with 2 additions and 9 deletions

View File

@ -23,16 +23,9 @@ _Seek home for rest, for home is best._—Thomas Tusser
brew tap TheLocehiliosan/yadm && brew install yadm
#### Linux YUM/RPM
#### Fedora/Redhat/CentOS YUM/RPM
wget https://bintray.com/thelocehiliosan/rpm/rpm -O bintray-thelocehiliosan-rpm.repo
sudo mv bintray-thelocehiliosan-rpm.repo /etc/yum.repos.d/
sudo yum install yadm
Or if not using yum, you can just directly download the RPM
curl -fLO https://dl.bintray.com/thelocehiliosan/rpm/yadm-1.04-1.noarch.rpm
sudo rpm -ivh yadm-1.04-1.noarch.rpm
Several yum repositories are on Copr. Follow this link for [repositories and installation instructions](https://copr.fedorainfracloud.org/coprs/thelocehiliosan/yadm/).
#### Arch Linux