No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
bibliotecha.sh
|
|
@ -191,7 +191,7 @@ function configure_network_interfaces { |
|
|
|
local ethernet_interface=$(ls /sys/class/net/ | grep en) |
|
|
|
local ethernet_filename="/etc/network/interfaces.d/${ethernet_interface}" |
|
|
|
|
|
|
|
{ echo "auto eth0"; |
|
|
|
{ echo "auto ${ethernet_interface}"; |
|
|
|
echo "allow-hotplug ${ethernet_interface}"; |
|
|
|
echo "iface ${ethernet_interface} inet dhcp"; } > "${ethernet_filename}" |
|
|
|
|
|
|
|