Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Update bootstrap.sh
Browse files Browse the repository at this point in the history
ensures apt is up to date. allows for installs to complete successfully
  • Loading branch information
slogsdon committed Jan 28, 2015
1 parent 9741141 commit 7781db5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ SAMPLE_DATA=$1
MAGE_VERSION="1.9.1.0"
DATA_VERSION="1.9.0.0"

# Update Apt
# --------------------
apt-get update

# Install Apache & PHP
# --------------------
apt-get install -y apache2
Expand Down

0 comments on commit 7781db5

Please sign in to comment.