Skip to content

Commit

Permalink
Restart NetworkManager after updating packages (#1664)
Browse files Browse the repository at this point in the history
Package update doesn't restart NetworkManager resulting in a
mismatch between Client and Server versions
  • Loading branch information
derekhiggins authored Jun 19, 2024
1 parent 258ee33 commit c7a4ac3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 01_install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ sudo dnf -y clean all
# Update to latest packages first
sudo dnf -y upgrade --nobest

# If NetworkManager was upgraded it needs to be restarted
sudo systemctl restart NetworkManager

# Install additional repos as needed for each OS version
# shellcheck disable=SC1091
source /etc/os-release
Expand Down

0 comments on commit c7a4ac3

Please sign in to comment.