summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/no_git-annex_cli_for_performing_upgrades_or_setting_upgrade_options.mdwn16
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]]