Skip to content

Commit

Permalink
solution that doesn't use snap
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Dec 25, 2023
1 parent 0ba03cc commit 8181990
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ echo "cpufrequtils installation complete."

if [ "$(lsb_release -is)" == "Ubuntu" ]; then
echo "Installing network-manager..."
snap install network-manager
apt-get install --yes network-manager
cat > /etc/netplan/00-default-nm-renderer.yaml <<EOF
network:
renderer: NetworkManager
EOF
echo "network-manager installation complete."
fi

Expand Down

0 comments on commit 8181990

Please sign in to comment.