add postgresql96-contrib to the FreeBSD dependencies (#958)

pull/959/head
osauzet 2018-08-24 16:12:41 +02:00 committed by Rigel Kent
parent a18e02f358
commit 2987c3d78b
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail
``` ```
# pkg # pkg
# pkg update # pkg update
# pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server redis openssl node npm yarn ffmpeg unzip # pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip
``` ```
2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo