mollusk 7782ae69d2 Add tuxc for use in scripts
Former-commit-id: 399d3c5825764f1f4b4f867907e6d641e20375ec
2018-04-10 07:30:20 -07:00

10 lines
289 B
Plaintext

searchCommand = "yum search"
syncCommand = "yum check-update"
installCommand = "yum install"
reinstallCommand = "yum reinstall"
removeCommand = "yum remove"
purgeCommand = "yum remove"
upgradeCommand = "yum update"
cleanCommand="yum autoremove"
supCommand="yum check-update && yum update"