mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-22 02:54:53 +00:00
automated installation of ppp and wiringpi by adding -y
This commit is contained in:
parent
5b506c2974
commit
770082fb07
@ -30,7 +30,7 @@ if [ $? -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "${YELLOW}ppp and wiringpi (gpio tool) install${SET}"
|
echo "${YELLOW}ppp and wiringpi (gpio tool) install${SET}"
|
||||||
apt install ppp wiringpi
|
apt install ppp wiringpi -y
|
||||||
|
|
||||||
mkdir -p /etc/chatscripts
|
mkdir -p /etc/chatscripts
|
||||||
sed -i "/#EXTRA/d" chat-connect
|
sed -i "/#EXTRA/d" chat-connect
|
||||||
|
Loading…
Reference in New Issue
Block a user