Skip to content

Commit

Permalink
Use NetworkManager by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 28, 2023
1 parent 6740a08 commit 4470843
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ rm install.sh

sudo apt-get update
apt-get install -y network-manager net-tools

apt-mark manual netplan.io

cat > /etc/netplan/00-default-nm-renderer.yaml <<EOF
network:
renderer: NetworkManager
EOF

# Remove extra packages

apt-get remove -y python3 gdb gcc g++ linux-headers* libgcc*-dev
apt-get remove -y gdb gcc g++ linux-headers* libgcc*-dev
apt-get autoremove -y

rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4470843

Please sign in to comment.