Skip to content

Instantly share code, notes, and snippets.

@sean-e-dietrich
Last active June 19, 2017 22:05
Show Gist options
  • Save sean-e-dietrich/3c77126fee7cf853cae81711585738b2 to your computer and use it in GitHub Desktop.
Save sean-e-dietrich/3c77126fee7cf853cae81711585738b2 to your computer and use it in GitHub Desktop.
Install Docksal and Pantheon Scripts
#!/usr/bin/env bash
FIN=$(which fin)
if [ -z $FIN ]; then
echo "Docksal not installed. Installing now..."
curl -fsSL get.docksal.io | sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment