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

Revert "34: fix url"

This reverts commit 0102e567.
parent 0102e567
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ fi ...@@ -26,7 +26,7 @@ fi
if ( ! test -z ${APT_CACHE_URL} ); then if ( ! test -z ${APT_CACHE_URL} ); then
if ( ! grep "${APT_CACHE_URL}" /etc/apt/sources.list >/dev/null ); 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}." 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
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