Merge branch 'release/3.1.0' into develop

pull/3896/head
Chocobozzz 2021-03-25 16:25:28 +01:00
commit a786d8a08b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"engines": { "engines": {
"node": ">=10.x <=15", "node": ">=10.x <=15",
"yarn": ">=1.x", "yarn": ">=1.x",
"postgres": ">=9.6", "postgres": ">=10.x",
"redis-server": ">=2.8.18", "redis-server": ">=2.8.18",
"ffmpeg": ">=4.1" "ffmpeg": ">=4.1"
}, },

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 postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip pkg install -y sudo bash wget git python nginx pkgconf postgresql13-server postgresql13-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.