Swap upgrade to use dist-upgrade instead

This commit is contained in:
ferreo 2024-10-02 19:41:43 +02:00
parent 39a8dbef28
commit 1b9b5b7791

View File

@ -12,5 +12,5 @@ var Commands = map[string]string{
"search": "search", "search": "search",
"show": "show", "show": "show",
"update": "update", "update": "update",
"upgrade": "upgrade", "upgrade": "update && sudo -S apt dist-upgrade",
} }