Skip to content
Snippets Groups Projects
Commit 0102e567 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

34: fix url

parent 8011862d
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ fi
if ( ! test -z ${APT_CACHE_URL} ); then
if ( ! grep "${APT_CACHE_URL}" /etc/apt/sources.list >/dev/null ); then
echo "Updating /etc/apt/sources.list to use cache ${APT_CACHE_URL}."
sed -i "s@http://@http://${APT_CACHE_URL}@" /etc/apt/sources.list
sed -i "s@http://@http://${APT_CACHE_URL}/@" /etc/apt/sources.list
fi
fi
......
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