mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
no sudo
This commit is contained in:
parent
d526204259
commit
207d4e9604
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ cd ~
|
|||
#---------------------
|
||||
# Python
|
||||
#---------------------
|
||||
sudo apt update && sudo apt update -y
|
||||
sudo apt install -y python-is-python3 python3-pip
|
||||
sudo apt install -y libssl-dev
|
||||
apt update && sudo apt update -y
|
||||
apt install -y python-is-python3 python3-pip
|
||||
apt install -y libssl-dev
|
||||
|
||||
#---------------------
|
||||
# Peotry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue