Browse Source

Fix

content-update
Xavier Petit 5 years ago
parent
commit
8e61b00ff9
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      scripts/ubuntu_tweaks.sh

2
scripts/ubuntu_tweaks.sh

@ -42,7 +42,7 @@ sed -i '/swapfile/d' /etc/fstab
# Network configuration
interface=$(ip route get 1.1.1.1 | head -1 | cut -d' ' -f5)
cat <<EOF> /etc/network/interfaces
cat <<EOF>> /etc/network/interfaces
allow-hotplug $interface
iface $interface inet dhcp
EOF

Loading…
Cancel
Save