Almost
This commit is contained in:
parent
24cafb0a84
commit
8fd879660e
|
@ -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
|
||||
|
|
|
@ -59,6 +59,8 @@ uservar INSTALL_VIDEO "Play/edit videos?"
|
|||
if $INSTALL_GUI
|
||||
then
|
||||
uservar INSTALL_WINE "Run Windows applications?"
|
||||
else
|
||||
INSTALL_WINE=false
|
||||
fi
|
||||
|
||||
echo "(you can change those answers later in $CONFIG_FILE)"
|
||||
|
@ -97,7 +99,7 @@ i openssl openssl-tools # machines script verification
|
|||
# Various utilities
|
||||
|
||||
$SUPERUSER && i sudo tsu
|
||||
$TERMUX && termux-api
|
||||
$TERMUX && i termux-api
|
||||
|
||||
# Shell utilities
|
||||
i moreutils # Advanced shell commands (ts, sponge...)
|
||||
|
|
Loading…
Reference in a new issue