From 1b9b5b77919e31f07881bf653f179bab572d00b7 Mon Sep 17 00:00:00 2001 From: ferreo Date: Wed, 2 Oct 2024 19:41:43 +0200 Subject: [PATCH] Swap upgrade to use dist-upgrade instead --- ubuntu/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/commands.go b/ubuntu/commands.go index fd6033d..d33c2aa 100644 --- a/ubuntu/commands.go +++ b/ubuntu/commands.go @@ -12,5 +12,5 @@ var Commands = map[string]string{ "search": "search", "show": "show", "update": "update", - "upgrade": "upgrade", + "upgrade": "update && sudo -S apt dist-upgrade", }