mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user