Skip to content

Commit 61ca193

Browse files
committed
Replace locale setting method in Tmux 2.5 provision
1 parent b4e30b4 commit 61ca193

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vagrant_ubuntu_provisioning_two_five.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ git clone https://github.com/tmux-plugins/tmux-example-plugin /home/vagrant/tmux
3131
chown -R vagrant:vagrant /home/vagrant/tmux-example-plugin
3232

3333
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
34+
sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8

0 commit comments

Comments
 (0)