Last active
October 19, 2018 06:52
-
-
Save pindlebot/a9ab819e606a4451809ec667cfbae8ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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