Ubuntu: Simplify the LANG variable
The quotes shouldn't matter.
parent
227d48ea74
commit
dddac006e0
|
@ -227,7 +227,7 @@ Customize this file if the system is not a DHCP client.
|
|||
|
||||
Even if you prefer a non-English system language, always ensure that `en_US.UTF-8` is available.
|
||||
|
||||
# echo 'LANG="en_US.UTF-8"' > /etc/default/locale
|
||||
# echo LANG=en_US.UTF-8 > /etc/default/locale
|
||||
|
||||
# dpkg-reconfigure tzdata
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@ Customize this file if the system is not a DHCP client.
|
|||
|
||||
Even if you prefer a non-English system language, always ensure that `en_US.UTF-8` is available.
|
||||
|
||||
# echo 'LANG="en_US.UTF-8"' > /etc/default/locale
|
||||
# echo LANG=en_US.UTF-8 > /etc/default/locale
|
||||
|
||||
# dpkg-reconfigure tzdata
|
||||
|
||||
|
|
Loading…
Reference in New Issue