Almost
This commit is contained in:
parent
24cafb0a84
commit
8fd879660e
2 changed files with 6 additions and 4 deletions
|
@ -69,7 +69,7 @@ installed_pkgbuild() { # package
|
|||
}
|
||||
|
||||
installed_apt() { # package
|
||||
dpkg -s "$1"
|
||||
dpkg -s "$1" &> /dev/null
|
||||
}
|
||||
|
||||
# Test if available in the repositories
|
||||
|
@ -222,10 +222,10 @@ hasInstaller() { # installerName
|
|||
|
||||
# Installers that install in the user directory
|
||||
addUserInstallers() {
|
||||
addInstaller Tapt # Termux
|
||||
addInstaller Umakepkg
|
||||
addInstaller Upip
|
||||
addInstaller Upkgbuild
|
||||
addInstaller Tapt # Termux
|
||||
# addInstaller Upkgbuild
|
||||
}
|
||||
|
||||
# Installers that install with the system package manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue