From f3c3c143f0defbce2260fb8ed7b4324951e55c18 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Thu, 11 Apr 2024 17:08:42 +0100 Subject: [PATCH] Update commands.go --- ubuntu/commands.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ubuntu/commands.go b/ubuntu/commands.go index 68accff..c0279fc 100644 --- a/ubuntu/commands.go +++ b/ubuntu/commands.go @@ -1,6 +1,6 @@ package ubuntu -var PackageManager = "sudo -S apt" +var PackageManager = "sudo -S nala" var Commands = map[string]string{ "autoremove": "autoremove", @@ -12,5 +12,5 @@ var Commands = map[string]string{ "search": "search", "show": "show", "update": "update", - "upgrade": "update && sudo -S apt upgrade", + "upgrade": "upgrade", }