diff --git a/scripts/install/fedora.sh b/scripts/install/fedora.sh index 5256f28d4..9340253d9 100644 --- a/scripts/install/fedora.sh +++ b/scripts/install/fedora.sh @@ -19,7 +19,9 @@ fi setenforce 0 sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/selinux/config -yum install -y wget curl vixie-cron lsof +yum install -y wget curl lsof unzip +dnf install crontabs -y + #https need if [ ! -d /root/.acme.sh ];then