Skip to content

Instantly share code, notes, and snippets.

View brianwhigham's full-sized avatar

Brian Whigham brianwhigham

View GitHub Profile
#!/bin/bash
PKGS="git swift ansible"
PKGMGR=yum
REPONAME=uat-swiftstack
REPOOWNER=encompassdigitalmedia
SWIFTRC=/etc/swiftrc-uat-swiftstack
grep "^ID=" /etc/os-release | grep ubuntu && PKGMGR=apt
# set swift credentials in order to download our SSH deploy key
read -p "Please enter the EDMTest Swift password: " ST_KEY