Commit 311d4a9a authored by Lorenzo Martinico's avatar Lorenzo Martinico Committed by Thomas Gambier

Fetch correct branch when installing

parent 979a4d38
......@@ -205,9 +205,9 @@ git config core.sparsecheckout true
echo packages >> .git/info/sparse-checkout
echo lib >> .git/info/sparse-checkout
echo crew >> .git/info/sparse-checkout
git fetch origin master
git reset --hard origin/master
git fetch origin $BRANCH
git reset --hard origin/$BRANCH
# 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