automated installation of ppp and wiringpi by adding -y

This commit is contained in:
saeedjohar 2020-10-16 13:06:50 +03:00
parent 5b506c2974
commit 770082fb07

View File

@ -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