File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 77def install_prereqs ():
88 project_path = os .path .dirname (os .path .abspath (__file__ ))
99
10+ os .system ('clear' )
1011 os .system ('apt update' )
1112 os .system ('clear' )
1213 os .system ('apt install python3 bundler libsqlite3-dev isc-dhcp-server hostapd libxml2-dev libxslt-dev -y' )
@@ -83,9 +84,16 @@ def update_config_paths():
8384 print ()
8485 sys .exit ()
8586
87+ os .system ('clear' )
88+ print ()
89+ print ()
90+ print ("#####################################" )
91+ print ("##### RaspiWiFi Setup Complete #####" )
92+ print ("#####################################" )
8693print ()
8794print ()
88- reboot_ans = input ("Initial setup is complete. A reboot is required to start in WiFi configuration mode, would you like to do that now? (y/n): " )
95+ print ("Initial setup is complete. A reboot is required to start in WiFi configuration mode..." )
96+ reboot_ans = input ("Would you like to do that now? (y/n): " )
8997
9098if reboot_ans == 'y' :
9199 os .system ('sudo reboot' )
You can’t perform that action at this time.
0 commit comments