From 7d09ca4363ab640f1bcd05168e24a6c9803e991b Mon Sep 17 00:00:00 2001 From: mzimann Date: Sat, 18 Jul 2020 22:44:20 +0000 Subject: [PATCH] Added a comment: Use curl instead of wget --- ..._5_9118997c7e892ce163c33a0de963fa11._comment | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/Android/comment_5_9118997c7e892ce163c33a0de963fa11._comment diff --git a/doc/Android/comment_5_9118997c7e892ce163c33a0de963fa11._comment b/doc/Android/comment_5_9118997c7e892ce163c33a0de963fa11._comment new file mode 100644 index 0000000000..98dc95d09e --- /dev/null +++ b/doc/Android/comment_5_9118997c7e892ce163c33a0de963fa11._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="mzimann" + avatar="http://cdn.libravatar.org/avatar/7fd54a1212458d60d3963c7fbb7ce294" + subject="Use curl instead of wget" + date="2020-07-18T22:44:20Z" + content=""" +It's not necessary to download `wget` in Termux since it already comes with +`curl`. + +However the installation guide instructs to install `wget` in order to fetch +the installation script `git-annex-install` from the internet. Also the script +itself relies on `wget` and installs it as a dependency even though the +preinstalled `curl` could be used just as well. + +I think we should use `curl` to reduce the amount of dependencies which have to +be additionally installed. +"""]]