Adding update-ca-certificates

This commit is contained in:
rcastropolizainformatica 2021-03-23 10:59:08 +01:00 committed by GitHub
parent 63f66b78cb
commit a49b48646a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
# Dump all env vars so we can source them in cron jobs
printenv | sed 's/^\(.*\)$/export \1/g' > /env.sh
# Update CA certificates
update-ca-certificates
# Write crontab
rcb crontab > crontab