From 09de77e9757dab45be8557dbae0afea52f1424cb Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 16 Feb 2025 11:06:38 +0100 Subject: [PATCH] tested on alma 9 --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 4eb628ab..59c98757 100644 --- a/install.sh +++ b/install.sh @@ -1552,8 +1552,14 @@ EOF if [ "$OS" == "ubuntu" ]; then debug_log add-apt-repository -y ppa:deadsnakes/ppa + debug_log $PACKAGE_MANAGER update -y + # https://almalinux.pkgs.org/8/almalinux-appstream-x86_64/python3.12-3.12.1-4.el8.x86_64.rpm.html debug_log $PACKAGE_MANAGER install -y python3.12 python3.12-venv + + elif [ "$OS" == "alma" ]; then + debug_log $PACKAGE_MANAGER update -y + debug_log $PACKAGE_MANAGER install -y python3.12 elif [ "$OS" == "debian" ]; then