mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:10:04 +03:00
Merge pull request #1487 from linkandzelda91/patch-8
update linux portable download link to 10.10.7
This commit is contained in:
@@ -121,19 +121,12 @@ cd /opt/jellyfin
|
||||
```
|
||||
|
||||
Download the latest generic Linux build for your architecture.
|
||||
The rest of these instructions assume version 10.8.13 is being installed (i.e. `jellyfin_10.8.13_amd64.tar.gz`).
|
||||
The rest of these instructions assume version 10.10.7 is being installed (i.e. `jellyfin_10.10.7-amd64.tar.gz`).
|
||||
Download the generic build, then extract the archive:
|
||||
|
||||
```sh
|
||||
sudo wget https://repo.jellyfin.org/?path=/server/linux/stable/combined/jellyfin_10.8.13_amd64.tar.gz
|
||||
sudo tar xvzf jellyfin_10.8.13_amd64.tar.gz
|
||||
```
|
||||
|
||||
Create a symbolic link to the Jellyfin 10.8.13 directory.
|
||||
This allows an upgrade by repeating the above steps and enabling it by simply re-creating the symbolic link to the new version.
|
||||
|
||||
```sh
|
||||
sudo ln -s jellyfin_10.8.13 jellyfin
|
||||
sudo wget https://repo.jellyfin.org/files/server/linux/latest-stable/amd64/jellyfin_10.10.7-amd64.tar.gz
|
||||
sudo tar xvzf jellyfin_10.10.7-amd64.tar.gz
|
||||
```
|
||||
|
||||
Create four sub-directories for Jellyfin data.
|
||||
|
||||
Reference in New Issue
Block a user