Skip to content

Commit

Permalink
install_prereq.sh: Perform dist upgrade on OpenSUSE. (#50)
Browse files Browse the repository at this point in the history
Do a dist upgrade to work around unavailable dependencies.
  • Loading branch information
InterLinked1 authored Nov 14, 2024
1 parent 1062eb1 commit 8b04f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_prereq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ elif [ -f /etc/redhat-release ]; then
dnf install -y $PACKAGES_RHEL
elif [ "$OS_DIST_INFO" = "SLES" ] || [ "$OS_DIST_INFO" = "openSUSE Tumbleweed" ]; then
zypper update -y
zypper dup -y
zypper install --no-confirm $PACKAGES_SUSE
elif [ -r /etc/arch-release ]; then
pacman -Syu --noconfirm
Expand Down

0 comments on commit 8b04f98

Please sign in to comment.