Heading Image

Disable Manjaro Connectivity Check

sudo nano /etc/NetworkManager/conf.d/20-connectivity.conf

Add this in the file

[connectivity]
enabled=false

and then run

sudo systemctl restart NetworkManager
Write a comment
Comments (0)