Add override for package manager

This commit is contained in:
2020-11-27 18:26:42 -08:00
parent 33a2a834ab
commit dbd6a3162d
4 changed files with 77 additions and 9 deletions

13
plugins/apt/pak.cfg Normal file
View File

@@ -0,0 +1,13 @@
# Write the name of the package manager in all lowercase below
apt
# Write a comma separated list of commands from the manager below
install,remove,update,upgrade,search,download
# Write "yes" or "no" depending on whether you want to use sudo
yes
# Write command to use for root
sudo
# Write a comma separated list of shortcuts below
rm,inst
# Write a comma separated list of shortcut mappings from the manager below
remove,install