From 2ef6f0ce5dac0704cbad603daf164a993ac8ebe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Brouard?= Date: Thu, 5 Sep 2024 14:51:07 +0200 Subject: [PATCH] Actualiser install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3248a59..b0c1018 100644 --- a/install.sh +++ b/install.sh @@ -139,4 +139,4 @@ systemctl enable "${SERVICES[@]}" cp -R configfiles/* / # DNS configuration -ln -sf ../run/systemd/resolve/stub-resolv.conf /mnt/etc/resolv.conf +ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf