1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

correct procedure

This commit is contained in:
Jerry Vonau 2022-07-16 00:21:40 -05:00
parent 48bd4223bb
commit 30677d7829
2 changed files with 9 additions and 6 deletions

View file

@ -44,10 +44,12 @@ else
echo -e "settings in /etc/iiab/local_vars.yml, please then run:" echo -e "settings in /etc/iiab/local_vars.yml, please then run:"
echo echo
echo -e " cd /opt/iiab/iiab" echo -e " cd /opt/iiab/iiab"
echo -e " sudo iiab-hotspot-off # Sometimes nec, eg to restore 'wifi_up_down: True'" # echo -e " sudo iiab-hotspot-off # Sometimes nec, eg to restore 'wifi_up_down: True'"
echo -e " sudo ./iiab-network # Or, 'sudo ./runrole firmware' is SOMETIMES enough" # echo -e " sudo ./iiab-network # Or, 'sudo ./runrole firmware' is SOMETIMES enough"
echo -e " sudo iiab-hotspot-on # Sometimes nec, eg to restore 'wifi_up_down: True'" # echo -e " sudo iiab-hotspot-on # Sometimes nec, eg to restore 'wifi_up_down: True'"
echo -e " sudo poweroff\n" # echo -e " sudo poweroff\n"
echo -e " sudo ./runrole firmware"
echo -e " sudo reboot\n"
#echo #echo
#echo -e "Disconnect your power cord before rebooting, for better WiFi firmware results.\n" #echo -e "Disconnect your power cord before rebooting, for better WiFi firmware results.\n"
fi fi

View file

@ -2,8 +2,9 @@
if [ -f /tmp/.fw_modified ]; then if [ -f /tmp/.fw_modified ]; then
echo -e "\n\e[41;1mWiFi Firmware link(s) modified, per iiab/iiab#2853: PLEASE REBOOT!\e[0m" echo -e "\n\e[41;1mWiFi Firmware link(s) modified, per iiab/iiab#2853: PLEASE REBOOT!\e[0m"
echo # /tmp should be auto cleaned with a reboot
echo -e "If you want this warning to stop, run: sudo rm /tmp/.fw_modified\n" #echo
#echo -e "If you want this warning to stop, run: sudo rm /tmp/.fw_modified\n"
fi fi
# \e[1m = bright white \e[100;1m = bright white, on gray \n\e[41;1m = bright white, on red # \e[1m = bright white \e[100;1m = bright white, on gray \n\e[41;1m = bright white, on red