update script
This commit is contained in:
parent
302a798430
commit
738a36491b
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
echo "es_ES.UTF-8 UTF-8" > /etc/locale.gen
|
||||
echo -e "es_ES.UTF-8 UTF-8\nen_US.UTF-8 UTF-8" > /etc/locale.gen
|
||||
locale-gen
|
||||
update-locale LANG=es_ES.UTF-8
|
||||
update-locale LANG=en_US.UTF-8
|
Loading…
Reference in New Issue