mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-02 20:35:26 +02:00
First working version
This commit is contained in:
parent
fa73a686b3
commit
602f6f103b
2 changed files with 14 additions and 1 deletions
|
@ -7,11 +7,13 @@
|
|||
set -e
|
||||
cd /home/$SUDO_USER
|
||||
|
||||
# remove need restart
|
||||
apt remove needrestart
|
||||
|
||||
#---------------------
|
||||
# Python
|
||||
#---------------------
|
||||
apt update && apt upgrade -y
|
||||
apt remove needrestart
|
||||
apt install -y python-is-python3 python3-pip
|
||||
apt install -y libssl-dev
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue