From 31d0ba5b4333e21c8798da64e5b0951180b360ec Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 10 Feb 2025 18:52:14 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ae87f37c..4cbb54bc 100644 --- a/install.sh +++ b/install.sh @@ -1566,7 +1566,7 @@ Signed-By: /etc/apt/keyrings/deb-pascalroeleven.gpg EOF fi debug_log $PACKAGE_MANAGER update -y - debug_log $PACKAGE_MANAGER install -y python3.12-venv + debug_log $PACKAGE_MANAGER install -y python3.12 python3.12-venv else echo "Installing Python 3.12"