Via Curl
curl --user username:password https://repo.magento.com/packages.json > packages.jsonVia HTTP request
Add the an HTTP Basic Authorization header with base64 of the username:password combo.
| #!/usr/bin/env bash | |
| # --------------------------------------- | |
| # Virtual Machine Setup | |
| # --------------------------------------- | |
| # Adding multiverse sources. | |
| cat > /etc/apt/sources.list.d/multiverse.list << EOF | |
| deb http://archive.ubuntu.com/ubuntu trusty multiverse | |
| deb http://archive.ubuntu.com/ubuntu trusty-updates multiverse |
Via Curl
curl --user username:password https://repo.magento.com/packages.json > packages.jsonVia HTTP request
Add the an HTTP Basic Authorization header with base64 of the username:password combo.
I hereby claim:
To claim this, I am signing this object: