Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. cat /etc/update-manager/release-upgrades
  2. # Default behavior for the release upgrader.
  3.  
  4. [DEFAULT]
  5. # Default prompting behavior, valid options:
  6. #
  7. # never - Never check for a new release.
  8. # normal - Check to see if a new release is available. If more than one new
  9. # release is found, the release upgrader will attempt to upgrade to
  10. # the release that immediately succeeds the currently-running
  11. # release.
  12. # lts - Check to see if a new LTS release is available. The upgrader
  13. # will attempt to upgrade to the first LTS release available after
  14. # the currently-running one. Note that this option should not be
  15. # used if the currently-running release is not itself an LTS
  16. # release, since in that case the upgrader won't be able to
  17. # determine if a newer release is available.
  18. Prompt=never
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement