mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
* Fix comment * Use systemd-resolved's stub resolver On first run, symlink systemd-resolved's resolver into /etc/resolv.conf Matches migration 1754984623 --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
5 lines
176 B
Bash
5 lines
176 B
Bash
# https://wiki.archlinux.org/title/Systemd-resolved
|
|
echo "Symlink resolved stub-resolv to /etc/resolv.conf"
|
|
|
|
sudo ln -sf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
|