1
0
Fork 0
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:
dbarzin 2022-07-06 19:57:20 +02:00
parent fa73a686b3
commit 602f6f103b
2 changed files with 14 additions and 1 deletions

View file

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