Fix postgresql version

This commit is contained in:
Chocobozzz 2021-03-25 16:25:14 +01:00
parent 3dd1f61bd6
commit f6160062f8
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.