8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/bin/update-ca-trust
|
|
|
|
# steam and streamlink use this
|
|
[ -e /etc/ssl/certs/ca-certificates.crt ] || ln -s ../cert.pem /etc/ssl/certs/ca-certificates.crt
|
|
|