diff options
author | Gopherslol <49794455+Gopherslol@users.noreply.github.com> | 2021-02-09 10:37:31 -0800 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2021-02-09 23:50:15 +0100 |
commit | b9c9fefe820fb0b3aaa3c2b5af73bafb29d890d0 (patch) | |
tree | da71bf79736c06cfc2142a2c5df2f27b96082e67 /support/doc | |
parent | 2d056f6604ab6b5b8dd5ef35e936b89cc6fd48e6 (diff) | |
download | PeerTube-b9c9fefe820fb0b3aaa3c2b5af73bafb29d890d0.tar.gz PeerTube-b9c9fefe820fb0b3aaa3c2b5af73bafb29d890d0.tar.zst PeerTube-b9c9fefe820fb0b3aaa3c2b5af73bafb29d890d0.zip |
Remove vips dependency from FreeBSD instructions
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 f4d0bd5c4..f7b6cead2 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 | ``` |
246 | pkg | 246 | pkg |
247 | pkg update | 247 | pkg update |
248 | pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip | 248 | pkg install -y sudo bash wget git python nginx pkgconf postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip |
249 | ``` | 249 | ``` |
250 | 250 | ||
251 | 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo. | 251 | 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo. |