fixes
This commit is contained in:
parent
c12ae95001
commit
8652fdb570
2 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue