diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index d3136afed..e6b813945 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -30,6 +30,7 @@ apt install -y expect apt install -y locate locale-gen en_US.UTF-8 localedef -v -c -i en_US -f UTF-8 en_US.UTF-8 +# sudo localedef -i en_US -f UTF-8 en_US.UTF-8 if [ ! -d /root/.acme.sh ];then curl https://get.acme.sh | sh