Update ubuntu.sh

pull/224/head
midoks 3 years ago
parent d42fb48749
commit 8301ad6f62
  1. 4
      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

Loading…
Cancel
Save