Skip to content

Instantly share code, notes, and snippets.

@basoro
Created April 16, 2019 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basoro/9d5e1047584119abb0cc43af7f550215 to your computer and use it in GitHub Desktop.
Save basoro/9d5e1047584119abb0cc43af7f550215 to your computer and use it in GitHub Desktop.
Centos 7 repo for raspi
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