From 6ff2d0f3465f7ed30b32feeb4fd566a22320a545 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 7 Jun 2024 06:28:46 +0300 Subject: [PATCH] iwd-wifi.bash: fix typo, symlink to usr-local-bin --- bash/iwd-wifi.bash | 2 +- bash/usr-local-bin/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/iwd-wifi.bash b/bash/iwd-wifi.bash index 67c65c0..571807d 100755 --- a/bash/iwd-wifi.bash +++ b/bash/iwd-wifi.bash @@ -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 diff --git a/bash/usr-local-bin/.gitignore b/bash/usr-local-bin/.gitignore index cc76c3b..3a06c3d 100644 --- a/bash/usr-local-bin/.gitignore +++ b/bash/usr-local-bin/.gitignore @@ -7,3 +7,4 @@ teams joplin ff chrome +iwd-wifi.bash