1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00
This commit is contained in:
dbarzin 2022-07-06 20:09:05 +02:00
commit 62d3390ca0
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ That's all, no other packages needed
After reboot, login with the user created during the install and type : After reboot, login with the user created during the install and type :
sudo apt install git sudo apt install -y git
git clone https://github.com/dbarzin/pandora-box git clone https://github.com/dbarzin/pandora-box
cd pandora-box cd pandora-box
sudo ./install.sh sudo ./install.sh

View file

@ -8,7 +8,7 @@ set -e
cd /home/$SUDO_USER cd /home/$SUDO_USER
# remove need restart # remove need restart
apt remove needrestart apt remove -y needrestart
#--------------------- #---------------------
# Python # Python