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

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