Fix config files for aptman and aptyay

This commit is contained in:
Elara 2020-02-17 21:13:14 -08:00
parent 5d18e5defd
commit 006a234ba1
2 changed files with 8 additions and 9 deletions

View File

@ -1,12 +1,12 @@
# Write the name of the package manager in all lowercase below # Write the name of the package manager in all lowercase below
pacwrap aptman
# Write a comma separated list of commands from the manager below # Write a comma separated list of commands from the manager below
install,remove,upgrade,update,clean,search,filesearch install,remove,upgrade,update,autoremove,search,filesearch,list
# Write "yes" or "no" depending on whether you want to use sudo # Write "yes" or "no" depending on whether you want to use sudo
yes yes
# Write command to use for root # Write command to use for root
sudo sudo
# Write a comma separated list of shortcuts below # Write a comma separated list of shortcuts below
rm rm,arm,ls
# Write a comma separated list of shortcut mappings from the manager below # Write a comma separated list of shortcut mappings from the manager below
remove remove,autoremove,list

View File

@ -1,13 +1,12 @@
# Write the name of the package manager in all lowercase below # Write the name of the package manager in all lowercase below
yaywrap aptyay
# Write a comma separated list of commands from the manager below # Write a comma separated list of commands from the manager below
install,remove,upgrade,update,clean,search,filesearch,interactive install,remove,upgrade,update,autoremove,search,filesearch,list,interactive
# Write "yes" or "no" depending on whether you want to use sudo # Write "yes" or "no" depending on whether you want to use sudo
no no
# Write command to use for root # Write command to use for root
sudo sudo
# Write a comma separated list of shortcuts below # Write a comma separated list of shortcuts below
rm rm,arm,ls,int
# Write a comma separated list of shortcut mappings from the manager below # Write a comma separated list of shortcut mappings from the manager below
remove remove,autoremove,list,interactive