diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 98de78fec..711fd2d7f 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -360,7 +360,7 @@ sudo dnf install nginx postgresql postgresql-server postgresql-contrib openssl g | |||
360 | 6. You'll need a symlink for python3 to python for youtube-dl to work | 360 | 6. You'll need a symlink for python3 to python for youtube-dl to work |
361 | 361 | ||
362 | ``` | 362 | ``` |
363 | sudo ln -s /usr/bin/python3 /usr/bin/python | 363 | sudo alternatives --set python3 /usr/bin/python |
364 | ``` | 364 | ``` |
365 | 365 | ||
366 | 7. Initialize the PostgreSQL database: | 366 | 7. Initialize the PostgreSQL database: |