4 lines
96 B
Bash
4 lines
96 B
Bash
|
#!/bin/bash
|
||
|
echo "es_ES.UTF-8 UTF-8" > /etc/locale.gen
|
||
|
locale-gen
|
||
|
update-locale LANG=es_ES.UTF-8
|