install.sh encoding review

parent 08ae006a
Showing with 4 additions and 0 deletions
......@@ -10,7 +10,11 @@
# keymap and system encoding
echo "-- Configuring encoding and locale"
sudo localectl set-keymap es
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
echo "-- Installing build-essentials and g++"
sudo apt-get update -y
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment