Increase the delay to display network details

This commit is contained in:
2024-06-08 21:09:20 +01:00
parent 51a0f90df7
commit 87b208e733

View File

@@ -11,6 +11,6 @@ echo
read -p "SSID: " ssid read -p "SSID: " ssid
read -sp "PSK: " psk read -sp "PSK: " psk
iwctl --passphrase $psk station $interface connect $ssid iwctl --passphrase $psk station $interface connect $ssid
sleep 1 sleep 2
iwctl station $interface show iwctl station $interface show