From 3cc273990c25d5992b0b043fb6946eac50dde807 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 Oct 2018 11:23:31 -0400 Subject: [PATCH] rename to avoid render as html --- doc/Android.mdwn | 6 +++--- ...omment_3_ff03ae378da71c6637959779139ecb12._comment | 11 +++++++++++ .../{git-annex-install.sh => git-annex-install} | 0 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 doc/Android/comment_3_ff03ae378da71c6637959779139ecb12._comment rename doc/install/Android/{git-annex-install.sh => git-annex-install} (100%) diff --git a/doc/Android.mdwn b/doc/Android.mdwn index 1bbe8d68a2..0ac198518e 100644 --- a/doc/Android.mdwn +++ b/doc/Android.mdwn @@ -13,8 +13,8 @@ git-annex is not currently part of the Termux distribution, but it's easy to install it. Paste these commands into Termux: pkg install wget - wget https://git-annex.branchable.com/install/Android/git-annex-install.sh - sh git-annex-install.sh + wget https://git-annex.branchable.com/install/Android/git-annex-install + sh git-annex-install ## Starting git-annex @@ -63,4 +63,4 @@ well in the Termux environment. ## Upgrading -To upgrade to a new git-annex release, just run `git-annex-install.sh` again. +To upgrade to a new git-annex release, just run `git-annex-install` again. diff --git a/doc/Android/comment_3_ff03ae378da71c6637959779139ecb12._comment b/doc/Android/comment_3_ff03ae378da71c6637959779139ecb12._comment new file mode 100644 index 0000000000..cf710c89af --- /dev/null +++ b/doc/Android/comment_3_ff03ae378da71c6637959779139ecb12._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2018-10-16T15:22:19Z" + content=""" +Thank you for reporting that, I have fixed the url. + +I'd again like to ask that, if you have **any kind of problem or bug** with +this Android build of git-annex, you open a [[bug report|bugs]] rather than +posting a problem here. +"""]] diff --git a/doc/install/Android/git-annex-install.sh b/doc/install/Android/git-annex-install similarity index 100% rename from doc/install/Android/git-annex-install.sh rename to doc/install/Android/git-annex-install