Changes between Version 4 and Version 5 of pkg-apt/AptCommands
- Timestamp:
- 03/28/11 09:56:55 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-apt/AptCommands
v4 v5 39 39 }}} 40 40 41 == Notes == 42 43 For `--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 {{{ 45 apt --mirror=http://download.osgeo.org/osgeo4w update 46 }}}