diff --git a/ppp_installer/install.sh b/ppp_installer/install.sh index aa6ab3f..5483f5f 100755 --- a/ppp_installer/install.sh +++ b/ppp_installer/install.sh @@ -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 \ No newline at end of file +reboot