This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Creator: Phil Cook | |
# Email: phil@phil-cook.com | |
# Twitter: @p_cook | |
# Modified by Denis Mir @ Communiacs | |
brew_prefix=$(brew --prefix | sed 's#/#\\\/#g') | |
brew_array=("5.6","7.0","7.1","7.2") | |
php_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2") | |
valet_support_php_version_array=("php@5.6" "php@7.0" "php@7.1" "php@7.2") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
######################################################### | |
mgUSERNAME="MailGun Username" | |
mgPASSWORD="COMPLEX PASSWORD" | |
testEmail="user@example.com" | |
######################################################### | |
echo "Installing this agent may be dangerous, make sure this is the correct server!" |