Skip to content

Commit

Permalink
Removed Fedora 38 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed May 14, 2024
1 parent 6f2cc2c commit 9956d12
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ To have scripts I can run on various distros that automate many of the post inst
| ----------- | --------------------- | --------------------------------------------------- |
| Arch | | EndeovourOS, Manjaro |
| Debian | Debian 11, 12 | Devuan, Peppermint, Sparky, MXLinux |
| Fedora | 38, 39, 40 | |
| Fedora | 39, 40 | |
| OpenSUSE | 15.5 Leap, Tumbleweed | Gecko Linux |
| Solus | | |
| Ubuntu | 20.04, 22.04, 23.04 | Elementary, Linux Lite, Linux Mint, "\*buntu Spins" |
Expand Down
2 changes: 1 addition & 1 deletion functions/check/f_fedoraCheck.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function fedoraCheck()
# support check
# Fedora 38 end of life on May 14, 2024
case ${fedoraBranch} in
38|39|40)
39|40)
supported="yes"
rollingRelease="no"
;;
Expand Down
2 changes: 1 addition & 1 deletion functions/universal/software/multimedia/f_strawberry.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function StrawberryBranchDistroCheck() {
# Fedora
case $fedoraBranch in
38|39|40) getStrawberryURL_redo "fc${fedoraBranch}"
39|40) getStrawberryURL_redo "fc${fedoraBranch}"
metaExternalDownload ${programTitle} ${programURL} ;;
esac
Expand Down
1 change: 0 additions & 1 deletion functions/universal/software/wine/wineHQ/f_wineHQ.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function installWineHQFedora() {
case $fedoraBranch in

39) dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/39/winehq.repo ;;
38) dnf config-manager --add-repo https://dl.winehq.org/wine-builds/fedora/38/winehq.repo ;;
*) echo "Fedora version detected is not supported "

esac
Expand Down

0 comments on commit 9956d12

Please sign in to comment.