autocommit

This commit is contained in:
Milan Meduna 2019-02-19 12:20:15 +01:00
parent d8a11929e0
commit 288bfe799a
1 changed files with 1 additions and 1 deletions

View File

@ -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"