Skip to content

Commit

Permalink
Merge pull request #153 from InseeFrLab/load_extension_duckdb
Browse files Browse the repository at this point in the history
load aws and httpfs duckdb extensions
  • Loading branch information
fcomte authored Nov 2, 2023
2 parents 484c88e + a1ed631 commit f7d68aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-duckdb-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ set -e
wget -q https://github.com/duckdb/duckdb/releases/latest/download/duckdb_cli-linux-amd64.zip
unzip duckdb_cli-linux-amd64.zip -d /usr/local/bin/
rm duckdb_cli-linux-amd64.zip
duckdb -c "SET extension_directory=\"${HOME}\" ; install httpfs; install aws;"

0 comments on commit f7d68aa

Please sign in to comment.