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 b4e30b4 commit 61ca193Copy full SHA for 61ca193
vagrant_ubuntu_provisioning_two_five.sh
@@ -31,5 +31,4 @@ git clone https://github.com/tmux-plugins/tmux-example-plugin /home/vagrant/tmux
31
chown -R vagrant:vagrant /home/vagrant/tmux-example-plugin
32
33
sudo locale-gen "en_US.UTF-8"
34
-sudo echo LC_ALL=en_US.UFT-8 > /etc/default/locale
35
-sudo echo LANG=en_US.UFT-8 >> /etc/default/locale
+sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
0 commit comments