Skip to content

--output-document of wget seems missed in install doc #145

@tikkss

Description

@tikkss

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions