This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Author: Ronny Wing - 1st November 2021 - https://gist.github.com/cassettesgoboom/3c79f0bf0d97a2340102d239403f4762 | |
| # Original: 1stvamp - 22nd March 2012 - https://gist.github.com/1stvamp/2158128 | |
| echo | |
| echo "Making working folder..." | |
| mkdir /tmp/curl-ca-bundle | |
| cd /tmp/curl-ca-bundle |