Adding ES / CAT to install script
This commit is contained in:
parent
3f3710f6d2
commit
0fb10c7599
@ -6,7 +6,7 @@ HOST="$( hostname )"
|
|||||||
IFACES="$( ifconfig -a | grep -Eo '[a-z0-9]{4,14}\: ' | grep -oE [a-z0-9]+ )"
|
IFACES="$( ifconfig -a | grep -Eo '[a-z0-9]{4,14}\: ' | grep -oE [a-z0-9]+ )"
|
||||||
IFACE_OUT=""
|
IFACE_OUT=""
|
||||||
IFACE_IN=""
|
IFACE_IN=""
|
||||||
LOCALES=(en fr)
|
LOCALES=(en fr cat es)
|
||||||
|
|
||||||
welcome_screen() {
|
welcome_screen() {
|
||||||
cat << "EOF"
|
cat << "EOF"
|
||||||
|
Loading…
Reference in New Issue
Block a user