removed [[ TEST ]] && action form for if [[ TEST ]]; then action; fi for compatibility
This commit is contained in:
@@ -19,12 +19,14 @@ export VER_install_desktop="0.0.2"
|
||||
|
||||
install_desktop()
|
||||
{
|
||||
[[ $X11_DRV ]] &&
|
||||
prnt I "Installation de pilotes supplémentaires X11..." &&
|
||||
if [[ -n $X11_DRV ]]; then
|
||||
prnt I "Installation de pilotes supplémentaires X11..."
|
||||
pkginst $X11_DRV
|
||||
[[ $UBUNTU_FLAVOR ]] &&
|
||||
prnt I "Installation de l'environnement $UBUNTU_FLAVOR..." &&
|
||||
fi
|
||||
if [[ $UBUNTU_FLAVOR ]]; then
|
||||
prnt I "Installation de l'environnement $UBUNTU_FLAVOR..."
|
||||
pkginst ${UBUNTU_FLAVOR}-desktop
|
||||
fi
|
||||
}
|
||||
|
||||
precheck_install_desktop()
|
||||
|
||||
Reference in New Issue
Block a user