From edb14b1e240254398e7942a0e868ca02b1871b86 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sat, 13 Apr 2024 21:19:40 +1000 Subject: [PATCH] [PiAlert] Add cron as dependency --- install/pialert-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index df8e1c10d..816f6d1c5 100644 --- a/install/pialert-install.sh +++ b/install/pialert-install.sh @@ -32,7 +32,8 @@ $STD apt-get -y install \ zip \ aria2 \ wakeonlan \ - wget + wget \ + cron msg_ok "Installed Dependencies" msg_info "Installing PHP Dependencies"