Commit be0349f952ad1941db3020f3cdf9ec259211a96b

Authored by Antonio Terceiro
1 parent 181fc268

dist-upgrade when installing dependencies

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/install-dependencies/debian-wheezy.sh
... ... @@ -51,6 +51,7 @@ EOF
51 51 fi
52 52  
53 53 run sudo apt-get update
  54 +run sudo apt-get -qy dist-upgrade
54 55  
55 56 run sudo apt-get -y install dctrl-tools
56 57  
... ...