From 1e6f689ef5b7fbfcedb3ae81ebf1456fcac3857f Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 19 Feb 2025 17:54:48 +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 4d50f0d..d5a8f7d 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ apt remove -y needrestart # Python #--------------------- apt update && apt upgrade -y -apt install -y python-is-python3 python3-pip +apt install -y python-is-python3 python3-pip python3-venv apt install -y libssl-dev su - $SUDO_USER -c "python -m venv /home/$SUDO_USER/.local"