From b9c9fefe820fb0b3aaa3c2b5af73bafb29d890d0 Mon Sep 17 00:00:00 2001 From: Gopherslol <49794455+Gopherslol@users.noreply.github.com> Date: Tue, 9 Feb 2021 10:37:31 -0800 Subject: Remove vips dependency from FreeBSD instructions --- support/doc/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/dependencies.md') 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 ``` pkg pkg update -pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip +pkg install -y sudo bash wget git python nginx pkgconf 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. -- cgit v1.2.3