Skip to content

Commit

Permalink
[utils/common] Add no-recommends to zypper install
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jun 24, 2024
1 parent 7fb4be2 commit 9d9da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function required_packages() {
dnf install -y python3 python3-devel python3-pip newt expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
;;
opensuse-tumbleweed | opensuse-leap)
zypper install -y python3 python3-devel python3-pip python3-rpm newt expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
zypper install --no-recommends -y python3 python3-devel python3-pip python3-rpm newt expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
;;
arch | manjaro | endeavouros)
pacman -Sy --noconfirm python python-pip python-virtualenv libnewt expect jq "${extra_packages[@]}" &>>"$LOG_FILE"
Expand Down

0 comments on commit 9d9da02

Please sign in to comment.