Skip to content

Instantly share code, notes, and snippets.

@NCatalani
Last active September 22, 2023 16:33
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 NCatalani/10b12daa5f527a40a74b8ba5f828c1be to your computer and use it in GitHub Desktop.
Save NCatalani/10b12daa5f527a40a74b8ba5f828c1be to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo "Updating Ubuntu..."
sudo -- -sh -c <<EOF
apt update && apt upgrade -y
apt dist-upgrade && sudo apt autoremove
do-release-upgrade
echo "Done."
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment