Update centos.sh

pull/109/head
midoks 3 years ago
parent 6bcd518efc
commit 0561a604af
  1. 2
      scripts/install/centos.sh

@ -22,7 +22,7 @@ sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config
yum install -y wget curl vixie-cron lsof
#https need
if [ ! -f /root/.acme.sh ];then
if [ ! -d /root/.acme.sh ];then
curl https://get.acme.sh | sh
fi

Loading…
Cancel
Save