Changes between Version 6 and Version 9 of Ticket #4680
- Timestamp:
- Dec 19, 2009, 5:25:24 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4680
- Property Owner changed from to
-
Ticket #4680 – Description
v6 v9 1 1 This is a bare bones, born out of necessity idea. Essentially it allows end users a controlled method for installing OptionalPackages from within Haiku. 2 2 3 ` optpkgman` is the name of the CLI application3 `installoptionalpackages` is the name of the CLI application 4 4 {{{ 5 Usage: ./optpkgman.sh[-l] [-a]5 Usage: installoptionalpackages [-l] [-a] 6 6 -l List installable packages 7 7 -a Add a package and all of it's dependencies … … 12 12 13 13 The script will determine the revision of Haiku and use that to download the appropriate build/jam/.... files from svn. 14 15 Additional information is mentioned in [http://www.freelists.org/post/haiku-development/Chance-of-adding-a-bash-script-for-installing-OptionalPackages-from-within-Haiku this mailing list thread]