You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ sed '/# The primary network interface/q' /etc/network/interfaces;printf'auto %s\niface %s inet dhcp\n# This is an autoconfigured IPv6 interface\niface %s inet6 auto\n'"$IFACE""$IFACE""$IFACE"; } > /etc/network/interfaces.new
0 commit comments