mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update wifi-connect.sh
This commit is contained in:
parent
4b33ce8ace
commit
687a955c15
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
|
||||
cd /opt
|
||||
wget https://raw.githubusercontent.com/balena-os/wifi-connect/master/scripts/raspbian-install.sh
|
||||
sed -i "s/CONFIRMATION=.*/CONFIRMATION=false/" raspbian-install.sh
|
||||
|
|
@ -133,4 +134,4 @@ systemctl enable apoff.service
|
|||
#systemctl stop apoff.service autoap.service
|
||||
#systemctl start autoap.service apoff.service
|
||||
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue