Created
June 14, 2025 13:40
-
-
Save vczb/bd862b62cfc99854e252a77b030d2978 to your computer and use it in GitHub Desktop.
Ubuntu 20.04 /etc/update-manager/release-upgrades
This file contains hidden or 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
| # Default behavior for the release upgrader. | |
| [DEFAULT] | |
| # Default prompting and upgrade behavior, valid options: | |
| # | |
| # never - Never check for, or allow upgrading to, a new release. | |
| # normal - Check to see if a new release is available. If more than one new | |
| # release is found, the release upgrader will attempt to upgrade to | |
| # the supported release that immediately succeeds the | |
| # currently-running release. | |
| # lts - Check to see if a new LTS release is available. The upgrader | |
| # will attempt to upgrade to the first LTS release available after | |
| # the currently-running one. Note that if this option is used and | |
| # the currently-running release is not itself an LTS release the | |
| # upgrader will assume prompt was meant to be normal. | |
| Prompt=lts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment