Skip to content

Commit

Permalink
Add cron package for Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Nov 25, 2024
1 parent c92db1a commit 1f2ec03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/server/enable_ssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ get_new_certificate(){
$SUDO apt-get update -qq -y
output

$SUDO apt-get install certbot python3-certbot-dns-route53 -qq -y
$SUDO apt-get install cron certbot python3-certbot-dns-route53 -qq -y
output

elif [ "$ID" == "centos" ] || [ "$ID" == "rocky" ] || [ "$ID" == "almalinux" ] || [ "$ID" == "rhel" ]; then
Expand Down

0 comments on commit 1f2ec03

Please sign in to comment.