We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24e67e commit 378e022Copy full SHA for 378e022
install2.sh
@@ -55,7 +55,7 @@ sudo debconf-set-selections debconf/keyboard-configuration >> $LOG 2>&1
55
sudo cp files/keyboard /etc/default >> $LOG 2>&1
56
sudo dpkg-reconfigure -fnoninteractive keyboard-configuration >> $LOG 2>&1
57
58
-sudo sed -e "/^[# ]*$NEWLANG/s/^[# ]*//" /etc/locale.gen >> $LOG 2>&1
+sudo sed -i -e "/^[# ]*$NEWLANG/s/^[# ]*//" /etc/locale.gen >> $LOG 2>&1
59
sudo dpkg-reconfigure -fnoninteractive locales >> $LOG 2>&1
60
sudo update-locale LANG=$NEWLANG >> $LOG 2>&1
61
0 commit comments