mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 04:39:23 +01:00
iwd-wifi.bash: fix typo, symlink to usr-local-bin
This commit is contained in:
parent
803adb405f
commit
6ff2d0f346
@ -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
|
||||
|
1
bash/usr-local-bin/.gitignore
vendored
1
bash/usr-local-bin/.gitignore
vendored
@ -7,3 +7,4 @@ teams
|
||||
joplin
|
||||
ff
|
||||
chrome
|
||||
iwd-wifi.bash
|
||||
|
Loading…
Reference in New Issue
Block a user