Update debian.sh
This commit is contained in:
parent
f8a5e7dab5
commit
52f80ec3b7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue