Switch yum repos to Copr (instead of Bintray)
This commit is contained in:
parent
75a8b60d89
commit
7cc4f0afc5
1 changed files with 2 additions and 9 deletions
11
README.md
11
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue