Yum repo
From SolusVM
If the installer didn't install the yum repo for you, you can use this command to install the repo:
echo "[soluslabs] name=Soluslab Repo baseurl=http://repo.soluslabs.com/centos/\$releasever/os/\$basearch gpgcheck=0 enabled=1" >> /etc/yum.repos.d/soluslabs.repo
Or Alternatively you can wget the repo by running the following command:
wget http://repo.soluslabs.com/centos/soluslabs.repo -O /etc/yum.repos.d/soluslabs.repo
Normally this should be installed by the installer or by updating.
