File size: 108 Bytes
c7e3fc0
 
 
 
 
 
1
2
3
4
5
6
#!/bin/bash

apt-get update
apt-get install -y locales
locale-gen en_US.UTF-8
update-locale LANG=en_US.UTF-8