1
0
Fork 0

Remove vips dependency from FreeBSD instructions

This commit is contained in:
Gopherslol 2021-02-09 10:37:31 -08:00 committed by Rigel Kent
parent 2d056f6604
commit b9c9fefe82

View file

@ -245,7 +245,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 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. 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo.