iwd-wifi.bash: fix typo, symlink to usr-local-bin

This commit is contained in:
Aminda Suomalainen 2024-06-07 06:28:46 +03:00
parent 803adb405f
commit 6ff2d0f346
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ echo "To connect:
# Device Provisioning Protocol https://iwd.wiki.kernel.org/device_provisioning
# requires qrencode, so let's check it exists
if hash qrencode needrestart 2> /dev/null; then
if hash qrencode 2> /dev/null; then
# Remind of command to share
echo "To share credentials:
% iwctl dpp $WIFIDEVICE start-configurator

View File

@ -7,3 +7,4 @@ teams
joplin
ff
chrome
iwd-wifi.bash