Skip to content

Instantly share code, notes, and snippets.

@dbwest
Last active October 15, 2020 14:35
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 dbwest/eafae5476e2c4d23f78c0bfab6d1207f to your computer and use it in GitHub Desktop.
Save dbwest/eafae5476e2c4d23f78c0bfab6d1207f to your computer and use it in GitHub Desktop.
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