Created
April 6, 2021 21:05
-
-
Save bsolomon1124/553f65cf0eaa35dce937430a103f124f to your computer and use it in GitHub Desktop.
Attempt at installing SIMP on RHEL 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -s | |
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm | |
dnf install -y yum-utils | |
dnf install -y https://yum.puppetlabs.com/puppet-release-el-8.noarch.rpm | |
dnf install -y https://download.simp-project.com/simp-release-community.rpm | |
dnf install -y simp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment