diff --git a/src/data/downloads.tsx b/src/data/downloads.tsx index 5d3bc1ce..0d6f85fd 100644 --- a/src/data/downloads.tsx +++ b/src/data/downloads.tsx @@ -336,6 +336,35 @@ makepkg -si`} ], otherButtons: [] }, + { + id: 'gentoo', + name: 'Gentoo Linux', + osTypes: [OsType.Linux], + status: DownloadStatus.OsPackage, + features: [], + platforms: [Platform.Gentoo], + description: 'Install Jellyfin via the Gentoo Repository.', + stableButtons: [ + { + id: 'gentoo-stable-button', + name: 'Install Instructions', + details: ( + <> +
+              emerge www-apps/jellyfin
+            
+

+ Once installed, Jellyfin will be running as a service. Manage it with{' '} + {'sudo systemctl {action} jellyfin.service'} or{' '} + {'sudo rc-service jellyfin {action}'} +

+ + ) + } + ], + unstableButtons: [], + otherButtons: [] + }, { id: 'fedora-centos', name: 'Fedora/CentOS Linux', @@ -367,34 +396,5 @@ makepkg -si`} ], unstableButtons: [], otherButtons: [] - }, - { - id: 'gentoo', - name: 'Gentoo Linux', - osTypes: [OsType.Linux], - status: DownloadStatus.OsPackage, - features: [], - platforms: [Platform.Gentoo], - description: 'Install Jellyfin via the Gentoo Repository.', - stableButtons: [ - { - id: 'gentoo-stable-button', - name: 'Install Instructions', - details: ( - <> -
-              emerge www-apps/jellyfin
-            
-

- Once installed, Jellyfin will be running as a service. Manage it with{' '} - {'sudo systemctl {action} jellyfin.service'} or{' '} - {'sudo rc-service jellyfin {action}'} -

- - ) - } - ], - unstableButtons: [], - otherButtons: [] } ];