This commit is contained in:
Geoffrey Frogeye 2020-01-21 21:47:08 +01:00
parent c12ae95001
commit 8652fdb570
2 changed files with 5 additions and 2 deletions

View file

@ -311,7 +311,10 @@ tryPackage() { # packageNames
echo "[ERR] Cannot install package with aliases: $*"
return 1
}
alias i=tryPackage
i() {
tryPackage "$@"
}
installPackages() {
for installerName in $(listInstallers)