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:
saeedjohar 2020-06-05 20:14:46 +03:00 committed by GitHub
commit ed50ff9452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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