Skip to content

Instantly share code, notes, and snippets.

@pindlebot
Last active October 19, 2018 06:52
Show Gist options
  • Select an option

  • Save pindlebot/a9ab819e606a4451809ec667cfbae8ff to your computer and use it in GitHub Desktop.

Select an option

Save pindlebot/a9ab819e606a4451809ec667cfbae8ff to your computer and use it in GitHub Desktop.
#!/bin/bash
export PATH=$PATH:/usr/pgsql-10/bin/
cd /tmp
git clone https://github.com/michelp/pgjwt.git && cd pgjwt
make && make install
cd /tmp
git clone https://github.com/unshift/pg_gen_uid.git && cd pg_gen_uid
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment