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:
Stefan A
2020-06-04 11:12:42 +02:00
committed by GitHub
parent 762f9f390f
commit aa16dae4f6

View File

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