Commit d0c62b4a authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #4123 from uberhacker/fix-install.sh

Add 'crew update' to install.sh
parents ab244a9a a0428a39
......@@ -210,6 +210,7 @@ echo lib >> .git/info/sparse-checkout
echo crew >> .git/info/sparse-checkout
git fetch origin "${BRANCH}"
git reset --hard origin/"${BRANCH}"
crew update
# install a base set of essential packages
yes | crew install buildessential less most
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment