Skip to content

Instantly share code, notes, and snippets.

@sdsdkkk
Created December 31, 2019 05:15
Show Gist options
  • Save sdsdkkk/826184e56083a46ccf3685c6613f921a to your computer and use it in GitHub Desktop.
Save sdsdkkk/826184e56083a46ccf3685c6613f921a to your computer and use it in GitHub Desktop.
#! /bin/bash
mkdir ~/yum-repo-backups/
mv /etc/yum.repos.d/elastix.repo ~/yum-repo-backups/
mv /etc/yum.repos.d/commercial-addons.repo ~/yum-repo-backups/
mv /etc/yum.repos.d/epel* ~/yum-repo-backups/
curl https://gist.githubusercontent.com/sdsdkkk/e8663c8e53ccc7dfddf4679242458ac5/raw/b86f5720e8476f2c68fb723cbd5a3004bb67decc/elastix.repo > /etc/yum.repos.d/elastix.repo
yum install -y git curl elastix-callcenter
mv ~/yum-repo-backups/epel* /etc/yum.repos.d/
yum install -y s3fs-fuse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment