mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-17 20:07:20 +02:00
Compare commits
2 Commits
803adb405f
...
9504420f55
Author | SHA1 | Date | |
---|---|---|---|
9504420f55 | |||
6ff2d0f346 |
@ -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
|
||||||
|
1
bash/usr-local-bin/.gitignore
vendored
1
bash/usr-local-bin/.gitignore
vendored
@ -7,3 +7,4 @@ teams
|
|||||||
joplin
|
joplin
|
||||||
ff
|
ff
|
||||||
chrome
|
chrome
|
||||||
|
iwd-wifi.bash
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user