From 8347198afee8c3670a152acc28a7114a892bee37 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Wed, 31 Dec 2025 16:24:17 -0500 Subject: [PATCH] Fixed bad mount command --- elementary.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elementary.sh b/elementary.sh index 3e05f08..1b87448 100755 --- a/elementary.sh +++ b/elementary.sh @@ -112,8 +112,8 @@ elif [[ "${1}" == '--network' ]]; then mount \ --bind \ - /run/systemd/resolve/stub-resolv.conf \ - /mnt/run/systemd/resolve/stub-resolv.conf + /run/systemd/resolve/ \ + /mnt/run/systemd/resolve/ touch \ /etc/NetworkManager/conf.d/10-globally-managed-devices.conf