Skip to content

Commit c6c226d

Browse files
committed
another hack
1 parent 8bdc17d commit c6c226d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

iso_files/configure_iso_anaconda.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ SPECS=(
4747

4848
dnf install -y "${SPECS[@]}"
4949

50-
rpm --erase --nodeps --justdb fedora-logos
50+
if [[ "${IMAGE_TAG}" == "stable" ]]; then
51+
rpm --erase --nodeps --justdb fedora-logos
52+
fi
5153

5254
# Anaconda Profile Detection
5355

0 commit comments

Comments
 (0)