Update welcome_wizard.sh

This commit is contained in:
Patrick McGuire
2021-11-17 09:48:02 -05:00
committed by GitHub
parent b1f5b73b5c
commit 9861d5592f
+1 -1
View File
@@ -94,7 +94,7 @@ setup_wifi() {
sudo systemctl start dhcpcd sudo systemctl start dhcpcd
wifi_list="" wifi_list=""
until [[ "${wifi_list}" == "Continue" ]];do until [[ "${wifi_list}" == "Continue" ]];do
wifi_list="$(zenity --title="Connect to WiFi" --extra-button="Refresh WiFi List" --window-icon=/usr/share/pixmaps/red-cardinal32.png --info --text="Use the Networking Icon in the top right corner of wifi_list="$(zenity --title="Connect to WiFi" --extra-button="Refresh WiFi List" --window-icon=/usr/share/pixmaps/red-cardinal32.png --info --text="Use the Networking Icon in the bottom right corner of
the screen to select your WiFi network. Enter the credentials to connect when prompted. the screen to select your WiFi network. Enter the credentials to connect when prompted.
Press \"Continue\" AFTER you have connected." --ok-label="Continue" --no-wrap)" Press \"Continue\" AFTER you have connected." --ok-label="Continue" --no-wrap)"