Parcourir la source

Add cron to ubuntu packages (#3875)

Artur il y a 13 heures
Parent
commit
874aae8080
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -76,7 +76,7 @@ is_port_in_use() {
 install_base() {
     case "${release}" in
         ubuntu | debian | armbian)
-            apt-get update && apt-get install -y -q curl tar tzdata socat ca-certificates
+            apt-get update && apt-get install -y -q cron curl tar tzdata socat ca-certificates
         ;;
         fedora | amzn | virtuozzo | rhel | almalinux | rocky | ol)
             dnf -y update && dnf install -y -q curl tar tzdata socat ca-certificates