‘Copy & Paste’ doesn’t mix with curl
I’m playing with Fedora Atomic and containers a lot lately and for fun decided to install Artifactory(binary repository server). Jfrog(The makers of Artifactory) have an easy container install using ‘curl’. Perfect! Following their instructions I copied the command line arguments to install with curl:
1 2 3 4 5 |
matt@ID-atomic-fedora-03-08-2019_05_15_29 ~]$ sudo curl -L ‘https://bintray.com/api/v1/content/jfrog/run/art-compose/$latest/art-compose?bt_package=art-compose’ | sudo bash curl: (1) Protocol "‘https" not supported or disabled in libcurl |