diff options
author | osauzet <olivier.sauzet@univ-lr.fr> | 2018-08-24 16:12:41 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2018-08-24 16:12:41 +0200 |
commit | 2987c3d78bcc7e81a77d040b3121182eec8df15d (patch) | |
tree | 7f840c236f361baa39634361219b5218ea674eda /support/doc | |
parent | a18e02f358581fe86d97a8768064e83eb6488074 (diff) | |
download | PeerTube-2987c3d78bcc7e81a77d040b3121182eec8df15d.tar.gz PeerTube-2987c3d78bcc7e81a77d040b3121182eec8df15d.tar.zst PeerTube-2987c3d78bcc7e81a77d040b3121182eec8df15d.zip |
add postgresql96-contrib to the FreeBSD dependencies (#958)
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index c551b669d..35812aa8b 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -76,7 +76,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail | |||
76 | ``` | 76 | ``` |
77 | # pkg | 77 | # pkg |
78 | # pkg update | 78 | # pkg update |
79 | # pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server redis openssl node npm yarn ffmpeg unzip | 79 | # pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip |
80 | ``` | 80 | ``` |
81 | 81 | ||
82 | 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo | 82 | 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo |