mirror of
https://github.com/sixfab/Sixfab_PPP_Installer
synced 2024-11-21 18:44:55 +00:00
Merge pull request #19 from alfs/patch-1
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:
commit
ed50ff9452
@ -80,8 +80,8 @@ fi
|
|||||||
# esac
|
# esac
|
||||||
#done
|
#done
|
||||||
#'
|
#'
|
||||||
echo "${YELLOW}ppp install${SET}"
|
echo "${YELLOW}ppp and wiringpi (gpio tool) install${SET}"
|
||||||
apt-get install ppp
|
apt-get install ppp wiringpi
|
||||||
|
|
||||||
echo "${YELLOW}What is your carrier APN?${SET}"
|
echo "${YELLOW}What is your carrier APN?${SET}"
|
||||||
read carrierapn
|
read carrierapn
|
||||||
@ -191,4 +191,4 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
read -p "Press ENTER key to reboot" ENTER
|
read -p "Press ENTER key to reboot" ENTER
|
||||||
reboot
|
reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user