7 lines
245 B
INI
7 lines
245 B
INI
# Config for the pak package manager wrapper
|
|
packageManager = "snap"
|
|
commands = ["install", "remove", "refresh", "revert", "run", "download"]
|
|
useRoot = true
|
|
rootCommand = "sudo"
|
|
shortcuts = ["rm", "inst"]
|
|
shortcutMappings = ["remove", "install"] |