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 e66bb16 commit b4e30b4Copy full SHA for b4e30b4
vagrant_ubuntu_provisioning_two_five.sh
@@ -29,3 +29,7 @@ sudo mv tmux-${VERSION} /usr/local/src
29
# clone a repo used later for tests
30
git clone https://github.com/tmux-plugins/tmux-example-plugin /home/vagrant/tmux-example-plugin
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
0 commit comments