close; wontfix
This commit is contained in:
parent
5e932dd73c
commit
65651a3e26
1 changed files with 16 additions and 0 deletions
|
@ -17,3 +17,19 @@ I have to run the webapp to do upgrades...it would be nice to have a CLI. I wou
|
|||
|
||||
# End of transcript or log.
|
||||
"""]]
|
||||
|
||||
> The CLI for performing upgrades is:
|
||||
>
|
||||
> wget http://url/file
|
||||
> $unpack file
|
||||
>
|
||||
> Where on linux $unpack is "tar xf" and on OSX it's something with hduutil
|
||||
> attach dmg.
|
||||
>
|
||||
> Or, even better, it's `apt-get upgrade; apt-get install git-annex` or the
|
||||
> fine equivilant provided by your fine OS.
|
||||
>
|
||||
> Command-line programs do not typically provide upgrade commands,
|
||||
> because this is up to the OS, or easily handled with other command-line
|
||||
> programs. I see no reason for git-annex to be different, so [[done]]
|
||||
> --[[Joey]]
|
||||
|
|
Loading…
Add table
Reference in a new issue