Adding ES / CAT to install script

This commit is contained in:
Félix Aime 2021-02-15 14:45:47 +01:00
parent 3f3710f6d2
commit 0fb10c7599

View File

@ -6,7 +6,7 @@ HOST="$( hostname )"
IFACES="$( ifconfig -a | grep -Eo '[a-z0-9]{4,14}\: ' | grep -oE [a-z0-9]+ )"
IFACE_OUT=""
IFACE_IN=""
LOCALES=(en fr)
LOCALES=(en fr cat es)
welcome_screen() {
cat << "EOF"