Update debian.sh

This commit is contained in:
midoks 2022-07-09 11:56:45 +08:00
parent 83964b4959
commit 4e1e23ac95
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ apt install -y python3-dev
apt install -y python3-venv
apt install -y cron
apt install -y locates
apt install -y locate
locale-gen en_US.UTF-8
# localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
localedef -v -c -i en_US -f UTF-8 en_US.UTF-8
if [ ! -d /root/.acme.sh ];then
curl https://get.acme.sh | sh