1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-18 21:09:41 +02:00

Update install.sh

This commit is contained in:
Didier Barzin 2025-02-19 17:54:48 +01:00 committed by GitHub
parent 9ff3cf3c2f
commit 1e6f689ef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"