#!/bin/sh sudo systemctl enable systemd-resolved.service sudo systemctl start systemd-resolved.service sudo rm /etc/resolv.conf sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf