remove useless dot

This commit is contained in:
btatu 2017-06-07 16:27:52 +02:00
parent 616d561f84
commit b32cadc5fd

View file

@ -188,7 +188,7 @@ Nous recommandons d'installer et configurer un cache local avec le paquet `apt-c
~~~ ~~~
apt install apt-cacher-ng apt install apt-cacher-ng
/etc/init.d/apt-cacher-ng start /etc/init.d/apt-cacher-ng start
export http_proxy=http://localhost:3142/ . export http_proxy=http://localhost:3142/
lb config --apt-http-proxy http://127.0.0.1:3142/ lb config --apt-http-proxy http://127.0.0.1:3142/
~~~ ~~~