* Richard W.M. Jones:
On Thu, Jun 16, 2011 at 12:26:38AM +0200, Hilko Bengen wrote:
> (* Download the packages. *)
> let cmd =
> - sprintf "cd %s && aptitude download %s"
> + sprintf "cd %s && apt-get download %s"
"apt-get download" doesn't appear to be a real command. It's not
mentioned in the man page, and when I tried it, febootstrap said:
Uh, I just checked the changelog. this got added in 0.8.11, after the
Squeeze release. I'll try to find another way for using the cache.
Sorry for the noise.
-Hilko