From 14cff29743757b174ea649b76f3d32b11300dcf3 Mon Sep 17 00:00:00 2001 From: Jaredy899 <76603258+Jaredy899@users.noreply.github.com> Date: Sun, 2 Feb 2025 06:29:40 -0500 Subject: [PATCH] Fix zypper compile --- core/tabs/system-setup/compile-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tabs/system-setup/compile-setup.sh b/core/tabs/system-setup/compile-setup.sh index f51f0ab4..01dc3258 100755 --- a/core/tabs/system-setup/compile-setup.sh +++ b/core/tabs/system-setup/compile-setup.sh @@ -34,8 +34,8 @@ installDepend() { zypper) COMPILEDEPS='patterns-devel-base-devel_basis' "$ESCALATION_TOOL" "$PACKAGER" refresh - "$ESCALATION_TOOL" "$PACKAGER" --non-interactive install "$COMPILEDEPS" - "$ESCALATION_TOOL" "$PACKAGER" --non-interactive install "$DEPENDENCIES libgcc_s1-gcc7-32bit glibc-devel-32bit" + "$ESCALATION_TOOL" "$PACKAGER" --non-interactive install $COMPILEDEPS + "$ESCALATION_TOOL" "$PACKAGER" --non-interactive install tar tree multitail unzip cmake make jq libgcc_s1-gcc7-32bit glibc-devel-32bit ;; apk) "$ESCALATION_TOOL" "$PACKAGER" add build-base multitail tar tree trash-cli unzip cmake jq