install script updates
* fix logging and spacing issues * update to use bash instead of zsh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user