Skip to content

Commit

Permalink
repack43 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
paunin committed May 21, 2018
1 parent afa69eb commit 7ff0ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgsql/extensions/bin/extensions/pg_repack/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

apt-get install -y make unzip gcc libssl-dev zlib1g-dev
wget -q -O pg_repack.zip "https://api.pgxn.org/dist/pg_repack/1.4.2/pg_repack-1.4.2.zip"
wget -q -O pg_repack.zip "https://api.pgxn.org/dist/pg_repack/1.4.3/pg_repack-1.4.3.zip"
unzip pg_repack.zip && rm pg_repack.zip
cd pg_repack-*
make && make install
Expand Down

0 comments on commit 7ff0ea0

Please sign in to comment.