diff options
author | Wirebrass <51268893+Wirebrass@users.noreply.github.com> | 2019-06-22 14:46:46 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2019-06-22 14:46:46 +0200 |
commit | c1109b45f6d6ed8024908df2340f8c06ae4c5db7 (patch) | |
tree | 4d3a1b2edae89627e4fd4f300e29a63a05a664f7 | |
parent | 4e9fa5b7e9ca6030a5fe2e9b0520bf8fa18e5877 (diff) | |
download | PeerTube-c1109b45f6d6ed8024908df2340f8c06ae4c5db7.tar.gz PeerTube-c1109b45f6d6ed8024908df2340f8c06ae4c5db7.tar.zst PeerTube-c1109b45f6d6ed8024908df2340f8c06ae4c5db7.zip |
Update postgresql version for Gentoo (#1935)
Update postgresql version for Gentoo example
-rw-r--r-- | support/doc/dependencies.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 1b27abaa7..4bd5f95de 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -250,9 +250,9 @@ emerge --config postgresql | |||
250 | * (For OpenRC) Enable and then start the services (replace with the correct PostgreSQL slot): | 250 | * (For OpenRC) Enable and then start the services (replace with the correct PostgreSQL slot): |
251 | ``` | 251 | ``` |
252 | rc-update add redis | 252 | rc-update add redis |
253 | rc-update add postgresql-10 | 253 | rc-update add postgresql-11 |
254 | rc-service redis start | 254 | rc-service redis start |
255 | rc-service postgresql-10 start | 255 | rc-service postgresql-11 start |
256 | ``` | 256 | ``` |
257 | 257 | ||
258 | ## Other distributions | 258 | ## Other distributions |