File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,22 +41,22 @@ echo "arch: $(arch)"
4141install_dependencies () {
4242 case " ${release} " in
4343 ubuntu | debian | armbian)
44- apt-get update && apt-get install -y -q wget curl tar tzdata
44+ apt-get update && apt-get install -y -q wget curl tar tzdata cron
4545 ;;
4646 centos | almalinux | rocky | ol)
47- yum -y update && yum install -y -q wget curl tar tzdata
47+ yum -y update && yum install -y -q wget curl tar tzdata cronie
4848 ;;
4949 fedora | amzn)
50- dnf -y update && dnf install -y -q wget curl tar tzdata
50+ dnf -y update && dnf install -y -q wget curl tar tzdata cronie
5151 ;;
5252 arch | manjaro | parch)
53- pacman -Syu && pacman -Syu --noconfirm wget curl tar tzdata
53+ pacman -Syu && pacman -Syu --noconfirm wget curl tar tzdata cronie
5454 ;;
5555 opensuse-tumbleweed)
56- zypper refresh && zypper -q install -y wget curl tar timezone
56+ zypper refresh && zypper -q install -y wget curl tar timezone cron
5757 ;;
5858 * )
59- apt-get update && apt install -y -q wget curl tar tzdata
59+ apt-get update && apt install -y -q wget curl tar tzdata cron
6060 ;;
6161 esac
6262}
You can’t perform that action at this time.
0 commit comments