Skip to content

Commit 3f0b84b

Browse files
inffyCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 046fb43 commit 3f0b84b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

build_files/base/04-packages.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ if [[ "${FEDORA_MAJOR_VERSION}" -lt "43" ]]; then
171171
switcheroo-control switcheroo-control
172172
fi
173173

174-
if [[ "${#EXCLUDED_PACKAGES[@]}" -gt 0 ]]; then
175-
readarray -t EXCLUDED_PACKAGES < <(rpm -qa --queryformat='%{NAME}\n' "${EXCLUDED_PACKAGES[@]}")
176-
fi
177-
178174
# TODO: remove me on next flatpak release when preinstall landed
179175
if [[ "${UBLUE_IMAGE_TAG}" == "beta" ]]; then
180176
dnf5 -y copr enable ublue-os/flatpak-test

0 commit comments

Comments
 (0)