From 506db5e1d92c935a0a183d206ef976c063c84a27 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 6 Jul 2022 20:03:32 +0200 Subject: [PATCH 1/2] confirme remove --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9d33ebc263bd8eab6da59e652a4c855599fb43cc Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 6 Jul 2022 20:04:18 +0200 Subject: [PATCH 2/2] no confirm install git --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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