Update commands.go

This commit is contained in:
ferrreo 2024-04-11 17:08:42 +01:00 committed by GitHub
parent 739fce6893
commit f3c3c143f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
}