7 lines
247 B
INI
7 lines
247 B
INI
# 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"] |