Compare commits

..

No commits in common. "9504420f5576e17ab60615fe469dc9b3fc77f3d3" and "803adb405fc1888f2ba51d1f2b105e018b754cd4" have entirely different histories.

3 changed files with 1 additions and 3 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 2> /dev/null; then if hash qrencode needrestart 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,4 +7,3 @@ teams
joplin joplin
ff ff
chrome chrome
iwd-wifi.bash

View File

@ -13,6 +13,5 @@ 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