From 770082fb07f75722d43fea77290c4397e5dc3a73 Mon Sep 17 00:00:00 2001 From: saeedjohar Date: Fri, 16 Oct 2020 13:06:50 +0300 Subject: [PATCH] automated installation of ppp and wiringpi by adding -y --- ppp_installer/install_supersim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppp_installer/install_supersim.sh b/ppp_installer/install_supersim.sh index 5f23812..aa1e25a 100644 --- a/ppp_installer/install_supersim.sh +++ b/ppp_installer/install_supersim.sh @@ -30,7 +30,7 @@ if [ $? -ne 0 ]; then fi echo "${YELLOW}ppp and wiringpi (gpio tool) install${SET}" -apt install ppp wiringpi +apt install ppp wiringpi -y mkdir -p /etc/chatscripts sed -i "/#EXTRA/d" chat-connect