mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
4 lines
128 B
Text
4 lines
128 B
Text
|
#!/bin/sh
|
||
|
#BLURB="Rebuild SSL certificate database."
|
||
|
chroot . usr/sbin/update-ca-certificates --fresh 1> /dev/null 2> /dev/null
|