remove unused code
This commit is contained in:
parent
d01ed90ea1
commit
b14c8518ee
1 changed files with 1 additions and 3 deletions
|
@ -215,9 +215,7 @@ function add_locale_settings() {
|
|||
|
||||
echo "de_DE.UTF-8 UTF-8" > /etc/locale.gen
|
||||
echo "de_DE ISO-8859-1" >> /etc/locale.gen
|
||||
if ! grep 'en_US.UTF-8 UTF-8' /etc/locale.gen 1>/dev/null 2>&1; then
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
fi
|
||||
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
|
||||
|
||||
locale-gen
|
||||
|
||||
|
|
Loading…
Reference in a new issue