mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-03-03 19:18:56 +00:00
Move Gentoo above fedora for consistent ordering
This commit is contained in:
parent
ed598a0cc7
commit
37c05fe614
@ -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: (
|
||||
<>
|
||||
<pre>
|
||||
<code>emerge www-apps/jellyfin</code>
|
||||
</pre>
|
||||
<p className='margin-bottom--none'>
|
||||
Once installed, Jellyfin will be running as a service. Manage it with{' '}
|
||||
<code>{'sudo systemctl {action} jellyfin.service'}</code> or{' '}
|
||||
<code>{'sudo rc-service jellyfin {action}'}</code>
|
||||
</p>
|
||||
</>
|
||||
)
|
||||
}
|
||||
],
|
||||
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: (
|
||||
<>
|
||||
<pre>
|
||||
<code>emerge www-apps/jellyfin</code>
|
||||
</pre>
|
||||
<p className='margin-bottom--none'>
|
||||
Once installed, Jellyfin will be running as a service. Manage it with{' '}
|
||||
<code>{'sudo systemctl {action} jellyfin.service'}</code> or{' '}
|
||||
<code>{'sudo rc-service jellyfin {action}'}</code>
|
||||
</p>
|
||||
</>
|
||||
)
|
||||
}
|
||||
],
|
||||
unstableButtons: [],
|
||||
otherButtons: []
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user