Adding update-ca-certificates
This commit is contained in:
parent
63f66b78cb
commit
a49b48646a
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
# Dump all env vars so we can source them in cron jobs
|
# Dump all env vars so we can source them in cron jobs
|
||||||
printenv | sed 's/^\(.*\)$/export \1/g' > /env.sh
|
printenv | sed 's/^\(.*\)$/export \1/g' > /env.sh
|
||||||
|
|
||||||
|
# Update CA certificates
|
||||||
|
update-ca-certificates
|
||||||
|
|
||||||
# Write crontab
|
# Write crontab
|
||||||
rcb crontab > crontab
|
rcb crontab > crontab
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue