diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 33964dc18..460a78090 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -24,6 +24,10 @@ if [ ! -d /root/.acme.sh ];then curl https://get.acme.sh | sh fi +apt install -y locate +locale-gen en_US.UTF-8 +localedef -v -c -i en_US -f UTF-8 en_US.UTF-8 + if [ -f /usr/sbin/ufw ];then