diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 90ff6fdead8..1a701ae52cb 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -23,7 +23,7 @@ CLOUDSTACK_RELEASE=4.5.0 add_backports () { sed -i '/backports/d' /etc/apt/sources.list - echo 'deb http://http.us.debian.org/debian wheezy-backports main' >> /etc/apt/sources.list + echo 'deb http://http.debian.net/debian/ wheezy-backports main' >> /etc/apt/sources.list apt-get update } diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 91ec107eb16..aa6a1c0eb05 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -23,7 +23,7 @@ CLOUDSTACK_RELEASE=4.5.0 add_backports () { sed -i '/backports/d' /etc/apt/sources.list - echo 'deb http://http.us.debian.org/debian wheezy-backports main' >> /etc/apt/sources.list + echo 'deb http://http.debian.net/debian/ wheezy-backports main' >> /etc/apt/sources.list apt-get update }