mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-14 15:24:52 +00:00
Make sure the gpio tool is installed
My freshly installed raspbian lacked the gpio tool used in the reconnect script. Please also include this installation (part of the wiringpi package)
This commit is contained in:
parent
762f9f390f
commit
aa16dae4f6
@ -80,8 +80,8 @@ fi
|
||||
# esac
|
||||
#done
|
||||
#'
|
||||
echo "${YELLOW}ppp install${SET}"
|
||||
apt-get install ppp
|
||||
echo "${YELLOW}ppp and wiringpi (gpio tool) install${SET}"
|
||||
apt-get install ppp wiringpi
|
||||
|
||||
echo "${YELLOW}What is your carrier APN?${SET}"
|
||||
read carrierapn
|
||||
@ -191,4 +191,4 @@ do
|
||||
done
|
||||
|
||||
read -p "Press ENTER key to reboot" ENTER
|
||||
reboot
|
||||
reboot
|
||||
|
Loading…
Reference in New Issue
Block a user