diff --git a/tools/Linux/install-freedata-linux.sh b/tools/Linux/install-freedata-linux.sh index c084b552..57a4a6f1 100755 --- a/tools/Linux/install-freedata-linux.sh +++ b/tools/Linux/install-freedata-linux.sh @@ -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