1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

Remove duplicate

This commit is contained in:
Dan Forsberg 2020-10-27 14:50:11 +00:00
parent 255588f751
commit dd9d5f9555

View File

@ -21,7 +21,7 @@ install_prerequisites() {
sudo apt install -y -V ./apache-arrow-archive-keyring-latest-focal.deb sudo apt install -y -V ./apache-arrow-archive-keyring-latest-focal.deb
sudo apt update -y sudo apt update -y
sudo apt install -y -V libparquet-dev liblz4-dev libzstd-dev libthrift-dev \ sudo apt install -y -V libparquet-dev liblz4-dev libzstd-dev libthrift-dev \
libsnappy-dev libthrift-dev libbrotli-dev libz-dev libsnappy-dev libbrotli-dev libz-dev
# Install prereqs based on https://github.com/apache/parquet-cpp#linux # Install prereqs based on https://github.com/apache/parquet-cpp#linux
sudo apt install -y libboost-dev g++ libboost-filesystem-dev \ sudo apt install -y libboost-dev g++ libboost-filesystem-dev \