From 8b04f98b6781823c68c95c0ade83585b6ab60772 Mon Sep 17 00:00:00 2001 From: InterLinked1 <24227567+InterLinked1@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:10:09 -0500 Subject: [PATCH] install_prereq.sh: Perform dist upgrade on OpenSUSE. (#50) Do a dist upgrade to work around unavailable dependencies. --- scripts/install_prereq.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_prereq.sh b/scripts/install_prereq.sh index dfd183b..8cc2324 100755 --- a/scripts/install_prereq.sh +++ b/scripts/install_prereq.sh @@ -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