You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
278 B

#!/usr/bin/env bash
DESC="Configuration de base des systèmes (tout est fonctionnel)."
run() {
requireGuests $SYSTEMS
vdn-scripts configDistributeur configClient configComanche \
configCastafiore configAppolo configPasserelle configDarkside \
configBrightside
}