vn-ansible/roles/config-locales/files/set_locales.sh

4 lines
96 B
Bash
Raw Normal View History

2023-10-27 12:51:00 +00:00
#!/bin/bash
echo "es_ES.UTF-8 UTF-8" > /etc/locale.gen
locale-gen
update-locale LANG=es_ES.UTF-8