2020-11-30 23:27:29 +00:00
|
|
|
# Config for the pak package manager wrapper
|
|
|
|
packageManager = "apt"
|
|
|
|
commands = ["install", "remove", "update", "upgrade", "search", "download"]
|
|
|
|
useRoot = true
|
|
|
|
rootCommand = "sudo"
|
|
|
|
shortcuts = ["rm", "inst"]
|
|
|
|
shortcutMappings = ["remove", "install"]
|