Just an improvement in the Ubuntu instructions - t...
# 06-cloud
s
Just an improvement in the Ubuntu instructions - the
update
should happen before the
upgrade
so we can update all of the mirrors first.
sudo apt-get upgrade && sudo apt-get update
-->
sudo apt-get update && sudo apt-get upgrade
b
Can you add this as a suggestion?
1
s
Sure.