mirror of https://github.com/DJ2LS/FreeDATA.git
Added Fedora 41 support
parent
a900555e43
commit
39851e54ff
|
@ -3,7 +3,7 @@
|
|||
# Simple script to install FreeDATA in Linux
|
||||
# Dj Merrill - N1JOV
|
||||
#
|
||||
# Currently supports Debian [11, 12], Ubuntu [22.04, 24.04], Fedora [40]
|
||||
# Currently supports Debian [11, 12], Ubuntu [22.04, 24.04], Fedora [40,41]
|
||||
#
|
||||
# Run this script by typing in the terminal (without the quotes):
|
||||
# "bash install-freedata-linux.sh" to install from the main branch
|
||||
|
@ -19,6 +19,9 @@
|
|||
#
|
||||
#
|
||||
# Changelog:
|
||||
# 2.1: 01 Feb 2025 (deej)
|
||||
# Add support for Fedora 41
|
||||
#
|
||||
# 2.0: 04 Oct 2024 (deej)
|
||||
# Add support for Fedora 40
|
||||
#
|
||||
|
@ -121,7 +124,7 @@ case $osname in
|
|||
;;
|
||||
"Fedora Linux")
|
||||
case $osversion in
|
||||
"VERSION_ID=40")
|
||||
"VERSION_ID=40" | "VERSION_ID=41")
|
||||
sudo dnf install -y git cmake make automake gcc gcc-c++ kernel-devel wget portaudio-devel python3-pyaudio python3-pip python3-colorama python3-virtualenv google-noto-emoji-fonts python3-devel
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue