Changes between Version 4 and Version 5 of pkg-apt/AptCommands


Ignore:
Timestamp:
Mar 28, 2011, 9:56:55 AM (13 years ago)
Author:
maphew
Comment:

added usage notes for --mirror

Legend:

Unmodified
Added
Removed
Modified
  • pkg-apt/AptCommands

    v4 v5  
    3939}}}
    4040
     41== Notes ==
     42
     43For `--mirror`, local paths need to use `file:///d:/path/to/packages` format. The mirror used is remembered for future invocations, meaning you have to change it back to the default manually, e.g.:
     44{{{
     45apt --mirror=http://download.osgeo.org/osgeo4w update
     46}}}