Skip to content

Instantly share code, notes, and snippets.

@garlic0x1
Created September 23, 2022 04:32
Show Gist options
  • Save garlic0x1/ab546047323f54a2c114d51d789ed46f to your computer and use it in GitHub Desktop.
Save garlic0x1/ab546047323f54a2c114d51d789ed46f to your computer and use it in GitHub Desktop.
Fix Arch bug connecting to wifi using wifi-menu and iwd
#!/bin/bash
sudo systemctl stop netctl
sudo systemctl restart iwd
sudo ip link set wlan0 down
sudo wifi-menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment