add pg jit

This commit is contained in:
Dmitry Belyaev 2022-11-15 10:14:34 +03:00
parent 4f3de2ca23
commit 4cf0d5f6b8
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ autoinstall:
curl -SLo /tmp/pgpro-repo-add.sh https://repo.postgrespro.ru/1c-15/keys/pgpro-repo-add.sh
sh /tmp/pgpro-repo-add.sh
rm -f /tmp/pgpro-repo-add.sh
apt-get install -y postgrespro-1c-15-contrib
apt-get install -y postgrespro-1c-15-contrib postgrespro-1c-15-jit
# --- postgres init ---
- |