update script

This commit is contained in:
Ruben Blanco 2023-10-30 11:17:14 +01:00
parent 302a798430
commit 738a36491b
1 changed files with 2 additions and 2 deletions

View File

@ -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