diff --git a/INSTALL.md b/INSTALL.md index c6c1d51..173c323 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,7 +11,7 @@ That's all, no other packages needed 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 cd pandora-box sudo ./install.sh diff --git a/install.sh b/install.sh index 4a72b76..189ceeb 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ set -e cd /home/$SUDO_USER # remove need restart -apt remove needrestart +apt remove -y needrestart #--------------------- # Python