Skip to content

Instantly share code, notes, and snippets.

@sdsdkkk
Created December 31, 2019 03:40
Show Gist options
  • Save sdsdkkk/e8663c8e53ccc7dfddf4679242458ac5 to your computer and use it in GitHub Desktop.
Save sdsdkkk/e8663c8e53ccc7dfddf4679242458ac5 to your computer and use it in GitHub Desktop.
Elastix YUM repo
[elastix-base]
name=Base RPM Repository for Elastix
#mirrorlist=http://mirror.elastix.org/?release=4&arch=$basearch&repo=base
baseurl=http://elastix.adaptixnetworks.com/4/base/$basearch/
gpgcheck=1
enabled=1
gpgkey=http://elastix.adaptixnetworks.com/RPM-GPG-KEY-Elastix
[elastix-updates]
name=Updates RPM Repository for Elastix
#mirrorlist=http://mirror.elastix.org/?release=4&arch=$basearch&repo=updates
baseurl=http://elastix.adaptixnetworks.com/4/updates/$basearch/
gpgcheck=1
enabled=1
gpgkey=http://elastix.adaptixnetworks.com/RPM-GPG-KEY-Elastix
[elastix-beta]
name=Beta RPM Repository for Elastix
#mirrorlist=http://mirror.elastix.org/?release=4&arch=$basearch&repo=beta
baseurl=http://elastix.adaptixnetworks.com/4/beta/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://elastix.adaptixnetworks.com/RPM-GPG-KEY-Elastix
[elastix-extras]
name=Extras RPM Repository for Elastix
#mirrorlist=http://mirror.elastix.org/?release=4&arch=$basearch&repo=extras
baseurl=http://elastix.adaptixnetworks.com/4/extras/$basearch/
gpgcheck=1
enabled=1
gpgkey=http://elastix.adaptixnetworks.com/RPM-GPG-KEY-Elastix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment