Skip to content

Commit

Permalink
fix(configure): add cron
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryVasanth authored May 27, 2024
1 parent 6582bc6 commit ef7865c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sh/debian/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -217,6 +217,7 @@ function checkList() {
checkConfig man
checkConfig ufw
checkConfig jq
checkConfig cron
checkConfig curl
checkConfig wget
checkConfig lz4
Expand Down

0 comments on commit ef7865c

Please sign in to comment.