From fe3fc9452515ed2aa6c195b3811029dc9cccc7b4 Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Thu, 27 Mar 2014 22:50:02 -0400 Subject: [PATCH] fix >> error --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index cf6a01dea..a32295eaa 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -33,7 +33,7 @@ export PATH=\"$PATH\" " ~/.zshrc echo "\033[0;34mTime to change your default shell to zsh!\033[0m" -sudo echo "auth sufficient pam_wheel.so trust group=wheel" >> /etc/pam.d/chsh #allows users in group "wheel" to chsh without password +sudo bash -c "echo "auth sufficient pam_wheel.so trust group=wheel" >> /etc/pam.d/chsh" #allows users in group "wheel" to chsh without password chsh -s `which zsh` echo "\033[0;32m"' __ __ '"\033[0m"