Skip to content

Commit 4625a11

Browse files
authored
Merge pull request #167 from avdata99/patch-1
Update QSV refs
2 parents 7c79cb8 + 87256ef commit 4625a11

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ Datapusher+ is a drop-in replacement for Datapusher, so it's installed the same
159159
it to the appropriate directory, e.g. for Linux:
160160
161161
```bash
162-
wget https://github.com/jqnatividad/qsv/releases/download/0.108.0/qsv-0.108.0-x86_64-unknown-linux-gnu.zip
163-
unzip qsv-0.108.0-x86_64-unknown-linux-gnu.zip
164-
rm qsv-0.108.0-x86_64-unknown-linux-gnu.zip
162+
wget https://github.com/jqnatividad/qsv/releases/download/0.134.0/qsv-0.134.0-x86_64-unknown-linux-gnu.zip
163+
unzip qsv-0.134.0-x86_64-unknown-linux-gnu.zip
164+
rm qsv-0.134.0-x86_64-unknown-linux-gnu.zip
165165
sudo mv qsv* /usr/local/bin
166166
```
167167
@@ -223,9 +223,9 @@ There are two ways to deploy Datapusher+:
223223
sudo apt install python3-virtualenv python3-dev python3-pip python3-wheel build-essential libxslt1-dev libxml2-dev zlib1g-dev git libffi-dev libpq-dev file
224224
225225
# Install qsv, if required
226-
wget https://github.com/jqnatividad/qsv/releases/download/0.108.0/qsv-0.108.0-x86_64-unknown-linux-gnu.zip -P /tmp
227-
unzip /tmp/qsv-0.108.0-x86_64-unknown-linux-gnu.zip -d /tmp
228-
rm /tmp/qsv-0.108.0-x86_64-unknown-linux-gnu.zip
226+
wget https://github.com/jqnatividad/qsv/releases/download/0.134.0/qsv-0.134.0-x86_64-unknown-linux-gnu.zip -P /tmp
227+
unzip /tmp/qsv-0.134.0-x86_64-unknown-linux-gnu.zip -d /tmp
228+
rm /tmp/qsv-0.134.0-x86_64-unknown-linux-gnu.zip
229229
sudo mv /tmp/qsv* /usr/local/bin
230230
231231
# if qsv is already installed, be sure to update it to the latest release
@@ -235,7 +235,7 @@ There are two ways to deploy Datapusher+:
235235
# you're on an old distro (e.g. Ubuntu 18.04) without the required version of the glibc libraries.
236236
# If so, try running the qsvdp_glibc-2.31 binary instead. If it runs, you can use it instead of the default qsvdp binary.
237237
# If that still doesnt work, use the statically linked MUSL version instead
238-
# https://github.com/jqnatividad/qsv/releases/download/0.108.0/qsv-0.108.0-x86_64-unknown-linux-musl.zip
238+
# https://github.com/jqnatividad/qsv/releases/download/0.134.0/qsv-0.134.0-x86_64-unknown-linux-musl.zip
239239
240240
# find out the locale settings
241241
locale

0 commit comments

Comments
 (0)