From 0fb10c75992f3939ef0788f3d7b6eee33286309a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aime?= Date: Mon, 15 Feb 2021 14:45:47 +0100 Subject: [PATCH] Adding ES / CAT to install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 94c1171..3f456cb 100644 --- a/install.sh +++ b/install.sh @@ -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"