From 8301ad6f62ea09a2233ad2dc6162646184d6575f Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 29 Oct 2022 16:19:53 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 4 ++++ 1 file changed, 4 insertions(+) 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