Commit 808c5d8e authored by M@'s avatar M@

piping 'y' to `crew install` to handle prompt: 'do you agree? y/n'

parent 58e48061
......@@ -185,8 +185,8 @@ echo lib >> .git/info/sparse-checkout
echo crew >> .git/info/sparse-checkout
git fetch origin master
git reset --hard origin/master
crew install buildessential
crew install less
yes | crew install buildessential
yes | crew install less
echo
echo "You will have to set the default PAGER environment variable to be able to use less:"
echo "echo \"export PAGER=$CREW_PREFIX/bin/less\" >> ~/.bashrc && . ~/.bashrc"
......
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