Code review comment for lp:~le-chi-thu/lava-deployment-tool/add-linaro-image-tools

Revision history for this message
Spring Zhang (qzhang) wrote :

26 sudo apt-get update
27 +
28 + echo "Add Linaro tools ppa"
29 + sudo apt-get install --yes python-software-properties
30 + sudo add-apt-repository --yes ppa:linaro-maintainers/tools
31 + sudo apt-get update
Can we arrange the two 'apt-get update' to one? by putting line 30 before 26.

« Back to merge proposal