aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-25 16:25:28 +0100
committerChocobozzz <me@florianbigard.com>2021-03-25 16:25:28 +0100
commita786d8a08bf99f339bf16808f46e160404497ae2 (patch)
tree13772d15b3b50c17f40c2e52113fcd19c597a3b1 /support
parent903353d67a8d0fdda8465ed6c57b77a9a5afbe92 (diff)
parentf6160062f8841c6957a643429fb6926a06e508ee (diff)
downloadPeerTube-a786d8a08bf99f339bf16808f46e160404497ae2.tar.gz
PeerTube-a786d8a08bf99f339bf16808f46e160404497ae2.tar.zst
PeerTube-a786d8a08bf99f339bf16808f46e160404497ae2.zip
Merge branch 'release/3.1.0' into develop
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index 5a159fe3c..0fdbdfc82 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -245,7 +245,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail
245``` 245```
246pkg 246pkg
247pkg update 247pkg update
248pkg install -y sudo bash wget git python nginx pkgconf postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip 248pkg install -y sudo bash wget git python nginx pkgconf postgresql13-server postgresql13-contrib redis openssl node npm yarn ffmpeg unzip
249``` 249```
250 250
2512. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo. 2512. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo.