install script updates

* fix logging and spacing issues
* update to use bash instead of zsh
This commit is contained in:
Nick Nisi
2016-03-29 14:57:34 -07:00
parent 342c4bcf20
commit 9e841588b6
6 changed files with 20 additions and 13 deletions

View File

@@ -1,13 +1,14 @@
#!/bin/bash
echo -e "\n\nInstalling nginx"
echo "=============================="
######################################################
# nginx setup
######################################################
$DOTFILES=$HOME/.dotfiles
echo "Installing nginx"
# first, make sure apache is off
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist