Move Gentoo above fedora for consistent ordering

This commit is contained in:
Niels van Velzen 2024-07-07 09:42:41 +02:00
parent ed598a0cc7
commit 37c05fe614

View File

@ -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: []
}
];