diff options
author | Joey Hess <joey@kitenet.net> | 2014-05-16 14:29:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-05-16 14:29:05 -0400 |
commit | 7ed2289f4618a857221558fcf6948c05f3176de8 (patch) | |
tree | 9214f7298f2d4b1e18d65a0f217fe3787f59a71c | |
parent | a7487042fe0fd263aee1ff4a5c113d5992c2aaed (diff) |
close; wontfix
-rw-r--r-- | doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn b/doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn index be1f778a1..ba8e65a12 100644 --- a/doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn +++ b/doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn @@ -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]] |