Skip to content

Commit

Permalink
Merge pull request #16 from mklomp/netplan_fix
Browse files Browse the repository at this point in the history
Removed netplan apply from install script
  • Loading branch information
ArendJan authored Aug 23, 2023
2 parents 658e93f + a5633d1 commit 74680d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ sed -i 's/#DNSStubListener=yes/DNSStubListener=no/g' /etc/systemd/resolved.conf
sudo apt install -y netplan.io
sudo apt install -y network-manager
sudo cp $MIRTE_SRC_DIR/mirte-install-scripts/50-cloud-init.yaml /etc/netplan/
sudo netplan apply
sudo apt purge -y ifupdown

# Fix for bug in systemd-resolved
Expand Down

0 comments on commit 74680d9

Please sign in to comment.