diff --git a/base.sh b/base.sh index d79255e..867ce57 100644 --- a/base.sh +++ b/base.sh @@ -122,12 +122,15 @@ if [[ $configuration == 1 ]]; then systemctl enable sshd # Netzwerk # Ethernet + echo "Ethernet" ethernet_network=$(find / -type f -name 20-ethernet.network | grep configs) cp "$ethernet_network" /etc/systemd/network/ # Wlan + echo "WLAN" wlan_network=$(find / -type f -name 20-wlan.network | grep configs) cp "$wlan_network" /etc/systemd/network/ # Wwan (Mobilefunk) + echo "Mobilfunk" wwan_network=$(find / -type f -name 20-wwan.network | grep configs) cp "$wwan_network" /etc/systemd/network/ elif [[ $configuration == 2 ]]; then