From ef7865cb0111033f793384ded880ac20f711086a Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Mon, 27 May 2024 14:22:03 +0100 Subject: [PATCH] fix(configure): add `cron` --- sh/debian/configure.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index f3fb48a32..50df05fd0 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -75,7 +75,7 @@ fi EOF # Basic packages - apt-get -y install man bash-completion git ufw jq curl build-essential wget psmisc lz4 file net-tools brotli unzip zip moreutils dnsutils fail2ban xauth sysfsutils rsync iperf pv tree mc screen ssh iotop htop awscli whois sudo + apt-get -y install man bash-completion git ufw jq cron curl build-essential wget psmisc lz4 file net-tools brotli unzip zip moreutils dnsutils fail2ban xauth sysfsutils rsync iperf pv tree mc screen ssh iotop htop awscli whois sudo # Enable time synchronization timedatectl set-ntp true @@ -197,7 +197,7 @@ function checkKeys() { echo "āœ… SSH private/public key pairs generated" # Echo public keys - echo "šŸ”‘ Public keys:" + echo -e "$(tput setaf 2)$(tput bold)\nšŸ”‘ Public keys:$(tput sgr0)" echo "all" cat ~/.ssh/ed25519_01edu_all.pub echo "https" @@ -217,6 +217,7 @@ function checkList() { checkConfig man checkConfig ufw checkConfig jq + checkConfig cron checkConfig curl checkConfig wget checkConfig lz4