From 7cc4f0afc5fdc3b9a77e2b3d457bbb10e2168b3b Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 27 Apr 2016 01:20:19 -0500 Subject: [PATCH] Switch yum repos to Copr (instead of Bintray) --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e70affa..545cc8e 100644 --- a/README.md +++ b/README.md @@ -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