Commit d3f3fb47d5eb1a947ffac6e41f539e372be78c89

Authored by Antonio Terceiro
1 parent aa617d1c

debian-wheezy: switch wheezy-1.1 repository

This repository will get new packages, differently from the wheezy one
which is frozen at the dependencies required for Noosfero 1.0
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/install-dependencies/debian-wheezy.sh
1   -sources_entry='deb http://download.noosfero.org/debian/wheezy ./'
  1 +sources_entry='deb http://download.noosfero.org/debian/wheezy-1.1 ./'
2 2  
3 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
... ...