I hereby claim:
- I am platypython on github.
- I am dboudwin (https://keybase.io/dboudwin) on keybase.
- I have a public key ASCEMCP-nqsOUCMCBG9-GbGXxVC-1nmsTA_lDhN0iL389Qo
To claim this, I am signing this object:
PACKER_LOG=1 /tmp/packer build test.json | |
2020/04/07 06:37:27 [INFO] Packer version: 1.5.4 [go1.13.7 darwin amd64] | |
2020/04/07 06:37:27 Checking 'PACKER_CONFIG' for a config file path | |
2020/04/07 06:37:27 'PACKER_CONFIG' not set; checking the default config file path | |
2020/04/07 06:37:27 Attempting to open config file: /Users/derrick/.packerconfig | |
2020/04/07 06:37:27 [WARN] Config file doesn't exist: /Users/derrick/.packerconfig | |
2020/04/07 06:37:27 Setting cache directory: /Users/derrick/xxx/packer_cache | |
2020/04/07 06:37:27 Creating plugin client for path: /tmp/packer | |
2020/04/07 06:37:27 Starting plugin: /tmp/packer []string{"/tmp/packer", "plugin", "packer-builder-azure-arm"} | |
2020/04/07 06:37:27 Waiting for RPC address for: /tmp/packer |
#!/bin/sh | |
# Install: | |
# sh -c "$(curl -fsSL https://gist.githubusercontent.com/michaeldever/4be94b7dac9add53cc2025522d620ec7/raw/1297ba9b60542e5dd70ab107951ce1c2fac94185/install.sh)" | |
# References: | |
# https://gist.github.com/bradp/bea76b16d3325f5c47d4 | |
# https://gist.github.com/CliffordAnderson/817777b5dc0e67769e4b | |
# https://gist.github.com/codeinthehole/26b37efa67041e1307db | |
# https://github.com/thoughtbot/laptop/blob/master/mac |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Fix brew in El Capitan! | |
# Check if sudo/root | |
if [ $USER == "root" ]; then | |
echo "NOOOOOO!!!! Running this script as root would ruin everything! Please run with" | |
echo "your normal user. It will prompt for sudo later for just a few commands." | |
exit 1 | |
fi | |
# Don't say I didn't warn ya |
I hereby claim:
To claim this, I am signing this object: