diff --git a/install.sh b/install.sh index 340f9bd..0c221a4 100644 --- a/install.sh +++ b/install.sh @@ -23,9 +23,6 @@ set -uo pipefail trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR -exec 1> >(tee "/root/stdout.log") -exec 2> >(tee "/root/stderr.log" >&2) - args=() target_device="" new_hostname="" @@ -187,6 +184,8 @@ arch-chroot /mnt bootctl install # Enable resolved systemctl --root /mnt enable systemd-resolved +# Enable NetworkManager +systemctl --root /mnt enable NetworkManager # Enable homed systemctl --root /mnt enable systemd-homed