Update commands.go
This commit is contained in:
parent
739fce6893
commit
f3c3c143f0
@ -1,6 +1,6 @@
|
|||||||
package ubuntu
|
package ubuntu
|
||||||
|
|
||||||
var PackageManager = "sudo -S apt"
|
var PackageManager = "sudo -S nala"
|
||||||
|
|
||||||
var Commands = map[string]string{
|
var Commands = map[string]string{
|
||||||
"autoremove": "autoremove",
|
"autoremove": "autoremove",
|
||||||
@ -12,5 +12,5 @@ var Commands = map[string]string{
|
|||||||
"search": "search",
|
"search": "search",
|
||||||
"show": "show",
|
"show": "show",
|
||||||
"update": "update",
|
"update": "update",
|
||||||
"upgrade": "update && sudo -S apt upgrade",
|
"upgrade": "upgrade",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user