Add tuxc for use in scripts

Former-commit-id: 399d3c5825764f1f4b4f867907e6d641e20375ec
This commit is contained in:
2018-04-10 07:30:20 -07:00
parent d1def251a9
commit 7782ae69d2
12 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
searchCommand = "zypper search"
syncCommand = "zypper refresh"
installCommand = "zypper install"
reinstallCommand = "zypper install -f"
removeCommand = "zypper remove"
purgeCommand = "zypper rm"
upgradeCommand = "zypper update"
cleanCommand="zypper clean"
supCommand="zypper refresh && zypper update"