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 # Device Provisioning Protocol https://iwd.wiki.kernel.org/device_provisioning
# requires qrencode, so let's check it exists # 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 # Remind of command to share
echo "To share credentials: echo "To share credentials:
% iwctl dpp $WIFIDEVICE start-configurator % iwctl dpp $WIFIDEVICE start-configurator

View File

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

View File

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