7 lines
266 B
INI
7 lines
266 B
INI
# Config for the pak package manager wrapper
|
|
packageManager = "zypper"
|
|
commands = ["install", "remove", "refresh", "search", "update", "addrepo"]
|
|
useRoot = true
|
|
rootCommand = "sudo"
|
|
shortcuts = ["rm", "ar", "inst"]
|
|
shortcutMappings = ["remove", "addrepo", "install"] |