fixes
This commit is contained in:
parent
c12ae95001
commit
8652fdb570
|
@ -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)
|
||||
|
|
|
@ -182,7 +182,7 @@ then
|
|||
i reflac # Recompress FLAC files
|
||||
i pacman-contrib # Pactree and more
|
||||
i shred # Delete sensititve data
|
||||
i android-tools && android-udev # Android Debug Bridge
|
||||
i android-tools && i android-udev # Android Debug Bridge
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue