Created
April 16, 2019 22:45
-
-
Save basoro/9d5e1047584119abb0cc43af7f550215 to your computer and use it in GitHub Desktop.
Centos 7 repo for raspi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat > /etc/yum.repos.d/epel.repo << EOF | |
[epel] | |
name=Epel rebuild for armhfp | |
baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/ | |
enabled=1 | |
gpgcheck=0 | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment