Skip to content

Instantly share code, notes, and snippets.

@bse666
Last active February 20, 2024 16:14
Show Gist options
  • Save bse666/3ac975bad65d320d0d19f840241d1384 to your computer and use it in GitHub Desktop.
Save bse666/3ac975bad65d320d0d19f840241d1384 to your computer and use it in GitHub Desktop.
upgrade Ubuntu without interaction
# https://askubuntu.com/questions/250733/can-i-do-a-silent-or-unattended-release-upgrade
# The following command upgrades to the new stable release without prompts:
do-release-upgrade -f DistUpgradeViewNonInteractive
# The following command upgrades to the current development release without prompts:
do-release-upgrade -d -f DistUpgradeViewNonInteractive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment