Commit d623f651e9a25dd01eb0fa9447913df399b7d697

Authored by Antonio Terceiro
1 parent 0d1b486d

quick-start debian: always run apt-get update

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
script/install-dependencies/debian-wheezy.sh
... ... @@ -48,9 +48,10 @@ FPQAoNmiMgP6zGF9rgOEWMEiFEryayrz
48 48 =70DR
49 49 -----END PGP PUBLIC KEY BLOCK-----
50 50 EOF
51   - run sudo apt-get update
52 51 fi
53 52  
  53 +run sudo apt-get update
  54 +
54 55 run sudo apt-get -y install dctrl-tools
55 56  
56 57 # needed to run noosfero
... ...