Browse Source

Let network-manager installed

pull/265/head
Xavier Petit 5 years ago
parent
commit
4321cb1ee4
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 7
      scripts/ubuntu_tweaks.sh

7
scripts/ubuntu_tweaks.sh

@ -39,13 +39,6 @@ swapoff /swapfile || true
rm -f /swapfile
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
allow-hotplug $interface
iface $interface inet dhcp
EOF
# Purge unused Ubuntu packages
PKGS="

Loading…
Cancel
Save