sudo nala upgrade && echo ---- && flatpak update && echo ---- && am -u #74
Replies: 1 comment 1 reply
-
More info at https://github.com/topgrade-rs/topgrade |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I have this one-liner
sudo nala upgrade && echo ---- && flatpak update && echo ---- && am -u
to upgrade all my packages on my Debian based system. Is there something to know aboutam -u
? Does it also update itself, or do I need tosudo nala upgrade && echo ---- && flatpak update && echo ---- && am -s && echo ---- && am -u
?Beta Was this translation helpful? Give feedback.
All reactions