Commit 5d18213119d8667866d5f0ce743fb8e37c55fd5e

Authored by Antonio Terceiro
1 parent 7bc084d6

fix typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/install-dependencies/debian-wheezy.sh
1 1 sources_entry='deb http://download.noosfero.org/debian/wheezy ./'
2 2  
3   -if ! grep -q "$sources_entry" /etc/apt/sources.list/noosfero.list; then
  3 +if ! grep -q "$sources_entry" /etc/apt/sources.list.d/noosfero.list; then
4 4 sudo tee /etc/apt/sources.list.d/noosfero.list <<EOF
5 5 $sources_entry
6 6 EOF
... ...