From bbc5f84ceb26e34877aa5e9cb4204108b40925f9 Mon Sep 17 00:00:00 2001 From: absurdo Date: Fri, 28 Jul 2023 14:18:24 +0200 Subject: [PATCH] FIx in install_python.sh --- scripts/system/install_python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/install_python.sh b/scripts/system/install_python.sh index d080e7c..18184f1 100644 --- a/scripts/system/install_python.sh +++ b/scripts/system/install_python.sh @@ -12,8 +12,8 @@ DISTRO=`( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head if [[ $DISTRO =~ ^Debian ]] || [[ $DISTRO =~ ^Ubuntu ]]; then - sudo apt-get update - apt install sudo + apt-get update + apt-get install sudo sudo apt-get -y install python3 python3-full python3-pip python3-venv libaugeas0 elif [[ $DISTRO =~ ^NAME=\"Arch ]]; then