Skip to content
Snippets Groups Projects
Commit 9976b3fb authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Fixed develmirror url

parent 73252d47
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ export DOMAIN=trisquel.info
export UPSTREAM=precise
export UPSTREAMRELEASE=12.04
MIRROR=http://archive.ubuntu.com/ubuntu
DEVELMIRROR=http://devel.trisquel.info/trisquel/$UPSTREAM
DEVELMIRROR=http://devel.trisquel.info/trisquel/$CODENAME
LOCALMIRROR=http://archive.trisquel.info/trisquel
cat << EOF > /etc/lsb-release
......@@ -84,7 +84,7 @@ deb-src $MIRROR $UPSTREAM-updates main universe
deb-src $MIRROR $UPSTREAM-security main universe
deb-src http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-11.10/ ./
deb-src http://download.sugarlabs.org/packages/SweetsDistribution/Ubuntu-11.10/ ./
deb $DEVELMIRROR $UPSTREAM main
deb $DEVELMIRROR $CODENAME main
EOF
wget http://download.sugarlabs.org/packages/SweetsDistribution:/0.94/Ubuntu-11.04/Release.key -O - -o /dev/null|apt-key add -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment