Commit 5d18213119d8667866d5f0ce743fb8e37c55fd5e
1 parent
7bc084d6
Exists in
master
and in
27 other branches
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 | ... | ... |