Skip to content

Commit

Permalink
iiab-check-firmware: Emphasize './runrole --reinstall firmware'
Browse files Browse the repository at this point in the history
  • Loading branch information
holta committed Jul 18, 2022
1 parent ffb831c commit cf2b5a4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions roles/firmware/templates/iiab-check-firmware
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ else
echo -e "settings in /etc/iiab/local_vars.yml, please then run:"
echo
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-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 poweroff\n"
echo -e " sudo ./runrole firmware"
echo -e " sudo iiab-hotspot-off # NO LONGER NEC? eg to restore 'wifi_up_down: True'"
echo -e " sudo ./runrole --reinstall firmware"
echo -e " sudo ./iiab-network # SOMETIMES NECESSARY"
echo -e " sudo iiab-hotspot-on # NO LONGER NEC? eg to restore 'wifi_up_down: True'"
echo -e " sudo reboot\n"
#echo
#echo -e "Disconnect your power cord before rebooting, for better WiFi firmware results.\n"
Expand Down

0 comments on commit cf2b5a4

Please sign in to comment.