moved old code to modules, cleanup
This commit is contained in:
@@ -4,14 +4,14 @@ export VER_install_pkg="0.0.1"
|
||||
|
||||
install_pkg()
|
||||
{
|
||||
[[ $PKGLIST ]] &&
|
||||
[[ $PKGSEL ]] &&
|
||||
prnt I "Installation de la sélection de paquets..." &&
|
||||
pkginst $PKGSEL
|
||||
}
|
||||
|
||||
precheck_install_pkg()
|
||||
{
|
||||
[[ ! $PKGLIST ]] && prnt W "Pas de paquet additionel à installer !"
|
||||
[[ ! $PKGSEL ]] && prnt W "Pas de paquet additionel à installer !"
|
||||
}
|
||||
|
||||
export -f install_pkg
|
||||
|
||||
Reference in New Issue
Block a user