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:
parent
9ff3cf3c2f
commit
1e6f689ef5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue