We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e4424 commit c492a74Copy full SHA for c492a74
bash/functions/functions.sh
@@ -18,7 +18,7 @@ function python() {
18
}
19
20
function update() {
21
- sudo apt update -y && sudo apt upgrade
+ sudo apt update -y && sudo apt upgrade && sudo apt autoremove
22
pipx upgrade-all
23
24
is_personal_computer && fwupdmgr update
0 commit comments