Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 13, 2015
1 parent d954ff6 commit 9c0c76f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ backup:
@echo "Setup default .gitignore ..."
@wget -q --no-check-certificate -O .gitignore "https://raw.githubusercontent.com/bird-house/birdhousebuilder.bootstrap/$(RELEASE)/dot_gitignore"

.PHONY: bootstrap.sh
bootstrap.sh:
@echo "Update bootstrap.sh ..."
@wget -q --no-check-certificate -O bootstrap.sh "https://raw.githubusercontent.com/bird-house/birdhousebuilder.bootstrap/$(RELEASE)/bootstrap.sh"
Expand Down
7 changes: 6 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ install_pkgs() {
#sudo rpm -i http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo yum update -y
sudo yum install -y epel-release
sudo yum install -y wget curl gcc-c++
sudo yum install -y wget
sudo yum install -y curl
sudo yum install -y gcc-c++
sudo yum install -y make
sudo yum install -y tar
sudo yum install -y bzip2
sudo yum install -y vim-common # anaconda needs xxd
elif [ `uname -s` = "Darwin" ] ; then
echo "Install Homebrew packages for Birdhouse build ..."
Expand Down

0 comments on commit 9c0c76f

Please sign in to comment.