2 lines
74 B
Bash
Executable file
2 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
curl -L https://curl.haxx.se/ca/cacert.pem -o /etc/ssl/cert.pem
|