You missed a semicolon at the end of the line of the first Acquire
. It should be
Acquire::http::proxy "http://10.0.0.1:8888";
Acquire::https::proxy "https://10.0.0.1:8888";
How did you make to get internet access for the RPI? Following your instructions I could do apt-get
, but not wget
, ping
, etc