From 288bfe799a4240370c54613d5d8b5e0e4ac19492 Mon Sep 17 00:00:00 2001 From: milan Date: Tue, 19 Feb 2019 12:20:15 +0100 Subject: [PATCH] autocommit --- setup-usl-mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-usl-mm b/setup-usl-mm index d7fcfac..881360e 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -92,7 +92,7 @@ echo " bridge_fd 0" >> /etc/network/interfaces echo "Purging netplan,disabling dhcpcd and install ifupdown" apt purge nplan -y -rm /etc/netplan/50-cloud-init.yaml +rm /etc/netplan/* -f apt install bridge-utils ifupdown -y echo "Doing apt update and apt dist-upgrade"