Almost
This commit is contained in:
parent
24cafb0a84
commit
8fd879660e
|
@ -69,7 +69,7 @@ installed_pkgbuild() { # package
|
||||||
}
|
}
|
||||||
|
|
||||||
installed_apt() { # package
|
installed_apt() { # package
|
||||||
dpkg -s "$1"
|
dpkg -s "$1" &> /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
# Test if available in the repositories
|
# Test if available in the repositories
|
||||||
|
@ -222,10 +222,10 @@ hasInstaller() { # installerName
|
||||||
|
|
||||||
# Installers that install in the user directory
|
# Installers that install in the user directory
|
||||||
addUserInstallers() {
|
addUserInstallers() {
|
||||||
|
addInstaller Tapt # Termux
|
||||||
addInstaller Umakepkg
|
addInstaller Umakepkg
|
||||||
addInstaller Upip
|
addInstaller Upip
|
||||||
addInstaller Upkgbuild
|
# addInstaller Upkgbuild
|
||||||
addInstaller Tapt # Termux
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Installers that install with the system package manager
|
# Installers that install with the system package manager
|
||||||
|
|
|
@ -59,6 +59,8 @@ uservar INSTALL_VIDEO "Play/edit videos?"
|
||||||
if $INSTALL_GUI
|
if $INSTALL_GUI
|
||||||
then
|
then
|
||||||
uservar INSTALL_WINE "Run Windows applications?"
|
uservar INSTALL_WINE "Run Windows applications?"
|
||||||
|
else
|
||||||
|
INSTALL_WINE=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "(you can change those answers later in $CONFIG_FILE)"
|
echo "(you can change those answers later in $CONFIG_FILE)"
|
||||||
|
@ -97,7 +99,7 @@ i openssl openssl-tools # machines script verification
|
||||||
# Various utilities
|
# Various utilities
|
||||||
|
|
||||||
$SUPERUSER && i sudo tsu
|
$SUPERUSER && i sudo tsu
|
||||||
$TERMUX && termux-api
|
$TERMUX && i termux-api
|
||||||
|
|
||||||
# Shell utilities
|
# Shell utilities
|
||||||
i moreutils # Advanced shell commands (ts, sponge...)
|
i moreutils # Advanced shell commands (ts, sponge...)
|
||||||
|
|
Loading…
Reference in a new issue