Skip to content

Instantly share code, notes, and snippets.

@DevSecOpsGuy
Created April 2, 2022 06:14
Show Gist options
  • Save DevSecOpsGuy/b948619b09d80cbd4ea29b6559f9ba06 to your computer and use it in GitHub Desktop.
Save DevSecOpsGuy/b948619b09d80cbd4ea29b6559f9ba06 to your computer and use it in GitHub Desktop.
Upgrade CentOS 8 to CentOS Stream
dnf update -y
cat /etc/redhat-release
dnf install centos-release-stream -y --allowerasing
dnf distro-sync -y
cat /etc/redhat-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment