Skip to content

Commit

Permalink
Added Fedora 41 support, remove info for Fedora 37
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed Nov 1, 2024
1 parent fec6fcb commit 591c172
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ To have scripts I can run on various distros that automate many of the post inst

## Distro base support

| Distro base | Support | Including |
| ----------- | -------------------------- | --------------------------------------------------- |
| Arch | | EndeovourOS, Manjaro |
| Debian | Debian 11, 12 | Devuan, Peppermint, Sparky, MXLinux |
| Fedora | 39, 40 | |
| OpenSUSE | Leap 15.5 and 15.6, Tumbleweed | Gecko Linux |
| Solus | | |
| Ubuntu | 20.04, 22.04, 23.04, 24.04 | Elementary, Linux Lite, Linux Mint, "\*buntu Spins" |
| Distro base | Support | Including |
| ----------- | ------------------------------ | --------------------------------------------------- |
| Arch | | EndeovourOS, Manjaro |
| Debian | Debian 11, 12 | Devuan, Peppermint, Sparky, MXLinux |
| Fedora | 39, 40, 41 | |
| OpenSUSE | Leap 15.5 and 15.6, Tumbleweed | Gecko Linux |
| Solus | | |
| Ubuntu | 20.04, 22.04, 23.04, 24.04 | Elementary, Linux Lite, Linux Mint, "\*buntu Spins" |

- Ubuntu: 20.04 Focal, 22.04 Jammy, 24.04 Noble

Expand Down
4 changes: 2 additions & 2 deletions functions/check/f_fedoraCheck.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ function fedoraCheck()
fedora_branch=${OSRELEASE_VERSIONID}

# support check
# Fedora 38 end of life on May 14, 2024
# Fedora 39 end of life on Nov 14, 2024
case ${fedora_branch} in
39|40)
39|40|41)
supported="yes"
rollingRelease="no"
;;
Expand Down
2 changes: 1 addition & 1 deletion functions/info/support/distroEOLinfo_supported.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Fedora

# https://en.wikipedia.org/wiki/Fedora_version_history
fedora37EOL="December 3, 2023"
fedora38EOL="May 14, 2024"
fedora39EOL="Nov 12, 2024"
fedora40EOL="May 13, 2025"
fedora41EOL=""

#######################################
# OpenSuse based
Expand Down

0 comments on commit 591c172

Please sign in to comment.