Last active
October 15, 2020 14:35
-
-
Save dbwest/eafae5476e2c4d23f78c0bfab6d1207f to your computer and use it in GitHub Desktop.
This file contains 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
ARCH=$( /bin/arch ) | |
sudo subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms" | |
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y | |
sudo dnf install python3-pip -y | |
sudo dnf install bashtop -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment