Update 1-setup.sh
This commit is contained in:
parent
a372b52c56
commit
1ddf1a503c
|
|
@ -34,7 +34,7 @@ echo " Setup Language to US and set locale "
|
|||
echo "-------------------------------------------------"
|
||||
sed -i 's/^#en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen
|
||||
locale-gen
|
||||
timedatectl --no-ask-password set-timezone America/Chicago
|
||||
timedatectl --no-ask-password set-timezone Europe/Vienna
|
||||
timedatectl --no-ask-password set-ntp 1
|
||||
localectl --no-ask-password set-locale LANG="en_US.UTF-8" LC_TIME="en_US.UTF-8"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue