updated apple.sh

pull/2/head
Hari Sekhon 5 years ago
parent 39d4b393a7
commit a2bd109dad

@ -102,7 +102,7 @@ brewupdate(){
brewinstall(){
brewupdate &&
sed 's/#.*// ; /^[[:space:]]*$/d' < "$HOME/mac-list.txt" |
sed 's/#.*// ; /^[[:space:]]*$/d' < ~/mac-list.txt |
while read -r pkg; do
brew install "$pkg" #||
#{ echo "FAILED"; break; }

Loading…
Cancel
Save