Compare commits

...

2 Commits

3 changed files with 3 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

View File

@ -13,5 +13,6 @@ elif [ -f ~/.local/share/flatpak/exports/bin/io.neovim.nvim ]; then
# If not found.
else
printf "nvim doesn't seem to be installed :("
exit
fi
#set +x