mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
Merge branch 'main' of https://github.com/dbarzin/pandora-box
This commit is contained in:
commit
62d3390ca0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue