-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
Looks like the --output-document
of wget
seems missed in Install source documentation. wget
saved as closer.lua?action=download&filename=arrow%2Fapache-arrow-flight-sql-postgresql-0.1.0%2Fapache-arrow-flight-sql-postgresql-0.1.0.tar.gz
without --output-document
. Unable to extract because the file name is different.
arrow-flight-sql-postgresql/doc/source/install.md
Lines 80 to 81 in d2ee517
wget "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-flight-sql-postgresql-${version}/apache-arrow-flight-sql-postgresql-${version}.tar.gz" | |
tar xfv apache-arrow-flight-sql-postgresql-${version}.tar.gz |
Maybe, add to --output-document
(-O
) will fix it.
-wget "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-flight-sql-postgresql-${version}/apache-arrow-flight-sql-postgresql-${version}.tar.gz"
+wget "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/apache-arrow-flight-sql-postgresql-${version}/apache-arrow-flight-sql-postgresql-${version}.tar.gz" -O apache-arrow-flight-sql-postgresql-${version}.tar.gz
Metadata
Metadata
Assignees
Labels
No labels