Update debian.sh

This commit is contained in:
midoks 2022-09-11 17:32:16 +08:00
parent f8a5e7dab5
commit 52f80ec3b7
1 changed files with 1 additions and 0 deletions

View File

@ -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