Skip to content

Commit

Permalink
ignore errors on zypper
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalmer committed Dec 17, 2024
1 parent c5f6025 commit c1dbf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_modules/libvirt/host/combustion
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ PACKAGES="$PACKAGES salt-minion"
PACKAGES="$PACKAGES andromeda-dummy milkyway-dummy virgo-dummy timezone wget aaa_base-extras"
%{ endif }

zypper --non-interactive install $PACKAGES
zypper --non-interactive install $PACKAGES ||:

# Leave a marker
echo "Configured with combustion" > /etc/issue.d/combustion

0 comments on commit c1dbf9f

Please sign in to comment.