Fix postgresql version
This commit is contained in:
parent
3dd1f61bd6
commit
f6160062f8
|
@ -7,7 +7,7 @@
|
|||
"engines": {
|
||||
"node": ">=10.x <=15",
|
||||
"yarn": ">=1.x",
|
||||
"postgres": ">=9.6",
|
||||
"postgres": ">=10.x",
|
||||
"redis-server": ">=2.8.18",
|
||||
"ffmpeg": ">=4.1"
|
||||
},
|
||||
|
|
|
@ -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 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.
|
||||
|
|
Loading…
Reference in New Issue