add initial LEGOS package list, initial code for install_{desktop,pkg}

This commit is contained in:
levasseur
2021-06-16 18:36:24 +02:00
parent 7c336cede2
commit bf694f7c57
6 changed files with 128 additions and 14 deletions

View File

@@ -52,12 +52,6 @@ else
prnt E "Aucune configuration trouvée, impossible de continuer."
fi
# Additionnal packages (some are necessary to that script to end successfully)
install_pkg()
{
apt install -y $INSTLIST
}
# Profile
install_profile()
{