Skip to content

Instantly share code, notes, and snippets.

@vdvm
Last active August 29, 2015 14:17
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 vdvm/3902b830f3ae3587c0fb to your computer and use it in GitHub Desktop.
Save vdvm/3902b830f3ae3587c0fb to your computer and use it in GitHub Desktop.
PCextreme Linux Software repository
cat > /etc/yum.repos.d/pcextreme.repo << EOL
[pcextreme-main]
name=PCextreme Software Repository for CentOS 6 - \$basearch
baseurl=http://packages.pcextreme.nl/centos/6/main/\$basearch/
enabled=1
gpgcheck=1
gpgkey=https://www.pcextreme.nl/pcextreme_signing.key
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-pcextreme

[pcextreme-updates]
name=PCextreme Software Repository for CentOS 6 - \$basearch
baseurl=http://packages.pcextreme.nl/centos/6/updates/\$basearch/
enabled=1
gpgcheck=1
gpgkey=https://www.pcextreme.nl/pcextreme_signing.key
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-pcextreme
EOL
cat > /etc/yum.repos.d/pcextreme.repo << EOL
[pcextreme-main]
name=PCextreme Software Repository for CentOS 7 - \$basearch
baseurl=http://packages.pcextreme.nl/centos/7/main/\$basearch/
enabled=1
gpgcheck=1
gpgkey=https://www.pcextreme.nl/pcextreme_signing.key
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-pcextreme

[pcextreme-updates]
name=PCextreme Software Repository for CentOS 7 - \$basearch
baseurl=http://packages.pcextreme.nl/centos/7/updates/\$basearch/
enabled=1
gpgcheck=1
gpgkey=https://www.pcextreme.nl/pcextreme_signing.key
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-pcextreme
EOL
wget -O - https://www.pcextreme.nl/pcextreme_signing.key | apt-key add -
cat > /etc/apt/sources.list.d/pcextreme.list << EOL
# PCextreme Software Repository for Ubuntu Trusty
deb http://packages.pcextreme.nl/ubuntu trusty main updates
EOL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment