Commit a0428a39 authored by Ed Reel's avatar Ed Reel

Add 'crew update' to install.sh

parent 297bd5b8
......@@ -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