Oopsie lol

This commit is contained in:
oddlama 2020-11-18 15:38:10 +01:00
parent 70d252584c
commit edfd4e621d
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ main_install_gentoo_in_chroot() {
# Enable systemd networking and dhcp # Enable systemd networking and dhcp
enable_service systemd-networkd enable_service systemd-networkd
enable_service systemd-resolved enable_service systemd-resolved
echo -n "[Match]\nName=en*\n\n[Network]\nDHCP=yes" > /etc/systemd/network/20-wired-dhcp.network \ echo -en "[Match]\nName=en*\n\n[Network]\nDHCP=yes" > /etc/systemd/network/20-wired-dhcp.network \
|| die "Could not write dhcp network config to '/etc/systemd/network/20-wired-dhcp.network'" || die "Could not write dhcp network config to '/etc/systemd/network/20-wired-dhcp.network'"
chown root:systemd-network /etc/systemd/network/20-wired-dhcp.network \ chown root:systemd-network /etc/systemd/network/20-wired-dhcp.network \
|| die "Could not change owner of '/etc/systemd/network/20-wired-dhcp.network'" || die "Could not change owner of '/etc/systemd/network/20-wired-dhcp.network'"