diff --git a/scripts/pre_install_add_sipwise_repos.sh b/scripts/pre_install_add_sipwise_repos.sh index 5b3216d..4dfb67b 100755 --- a/scripts/pre_install_add_sipwise_repos.sh +++ b/scripts/pre_install_add_sipwise_repos.sh @@ -60,7 +60,7 @@ if $TRUNK_RELEASE ; then # NGCP_MANAGED_FILE - do not remove this line if it should be automatically handled # Sipwise repository -deb http://deb.sipwise.com/autobuild/ release-trunk main +deb http://deb.sipwise.com/autobuild/ release-trunk-${distribution} main # Sipwise ${distribution} backports deb http://deb.sipwise.com/${distribution}-backports/ ${distribution}-backports main @@ -72,7 +72,7 @@ else # no $TRUNK_RELEASE # NGCP_MANAGED_FILE - do not remove this line if it should be automatically handled # Sipwise repository -# deb http://deb.sipwise.com/autobuild/ release-trunk main +# deb http://deb.sipwise.com/autobuild/ release-trunk-${distribution} main deb http://deb.sipwise.com/spce/${release}/ ${distribution} main deb http://deb.sipwise.com/sppro/${release}/ ${distribution} main