Skip to content

Commit

Permalink
Update support list for 10.8.1
Browse files Browse the repository at this point in the history
Very quick updates / adoption of latest release
  • Loading branch information
JoshStrobl committed Oct 3, 2023
1 parent 6b32874 commit 0e908a7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/data/supportList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Tabs from "@theme/Tabs";
export const SupportListData: SupportInfo[] = [
{
budgieAvailablePostInstall: null,
budgieVersion: "10.8",
budgieVersion: "10.8.1",
installationInfo: () => (
<>
Arch Linux offers a Budgie Desktop profile within its 'archinstall' installer, though more intrepid users also
Expand Down Expand Up @@ -51,7 +51,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://debian.org",
},
{
budgieAvailablePostInstall: "10.8",
budgieAvailablePostInstall: "10.8.1",
budgieVersion: "10.7.1",
name: "EndeavourOS",
showInGrid: true,
Expand All @@ -64,7 +64,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://endeavouros.com",
},
{
budgieAvailablePostInstall: "10.8",
budgieAvailablePostInstall: "10.8.1",
budgieVersion: "10.7.1",
name: "Fedora Budgie Spin",
showInGrid: true,
Expand All @@ -76,7 +76,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://fedoraproject.org/spins/budgie/",
},
{
budgieAvailablePostInstall: "10.7.1",
budgieAvailablePostInstall: "10.8.1",
budgieVersion: "10.7.1",
installationInfo: () => (
<>
Expand Down Expand Up @@ -108,7 +108,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://freebsd.org",
},
{
budgieAvailablePostInstall: "10.7.2",
budgieAvailablePostInstall: "10.8.1",
budgieVersion: "10.6.4",
installationInfo: () => (
<>
Expand All @@ -125,7 +125,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://manjaro.org",
},
{
budgieAvailablePostInstall: null,
budgieAvailablePostInstall: "10.8",
budgieVersion: "10.7.2",
installationInfo: () => (
<>
Expand All @@ -152,7 +152,7 @@ export const SupportListData: SupportInfo[] = [
},
{
budgieAvailablePostInstall: null,
budgieVersion: "10.7.2",
budgieVersion: "10.8.1",
name: "NixOS",
installationInfo: () => (
<>
Expand Down Expand Up @@ -193,7 +193,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://getsol.us",
},
{
budgieAvailablePostInstall: "10.7.1",
budgieAvailablePostInstall: "10.8",
budgieVersion: "10.6.4",
name: "Ubuntu Budgie",
summary: () => (
Expand All @@ -205,7 +205,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://ubuntubudgie.org",
},
{
budgieAvailablePostInstall: "10.8",
budgieAvailablePostInstall: "10.8.1",
budgieVersion: "10.7.2",
name: "Ultramarine Linux",
summary: () => (
Expand All @@ -217,7 +217,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://ultramarine-linux.org",
},
{
budgieAvailablePostInstall: "10.7.1",
budgieAvailablePostInstall: "10.7.2",
budgieVersion: "10.6.4",
name: "Void Linux",
installationInfo: () => (
Expand Down

0 comments on commit 0e908a7

Please sign in to comment.