fil commited on
Commit
62b0467
·
unverified ·
1 Parent(s): b558bdc
Files changed (1) hide show
  1. docs/data/presse.parquet.sh +2 -3
docs/data/presse.parquet.sh CHANGED
@@ -1,10 +1,9 @@
1
  # install duckdb if not already present
2
- mkdir -p .cache
3
  export PATH=.cache:$PATH
4
  command -v duckdb || $(
5
- curl --location --output .cache/duckdb.zip \
6
  https://github.com/duckdb/duckdb/releases/download/v0.10.0/duckdb_cli-linux-amd64.zip && \
7
- unzip -qq .cache/duckdb.zip && chmod +x .cache/duckdb
8
  )
9
 
10
  export TMPDIR="dist"
 
1
  # install duckdb if not already present
 
2
  export PATH=.cache:$PATH
3
  command -v duckdb || $(
4
+ curl --location --output duckdb.zip \
5
  https://github.com/duckdb/duckdb/releases/download/v0.10.0/duckdb_cli-linux-amd64.zip && \
6
+ unzip -qq duckdb.zip && chmod +x duckdb && mkdir -p .cache && mv duckdb .cache/
7
  )
8
 
9
  export TMPDIR="dist"