Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
backup=/etc/ca-certificates.conf.tmp
|
||||
mv /etc/ca-certificates.conf $backup
|
||||
echo > /etc/ca-certificates.conf
|
||||
/usr/sbin/update-ca-certificates --fresh
|
||||
mv $backup /etc/ca-certificates.conf
|
||||
Reference in New Issue
Block a user