Skip to content

Commit

Permalink
update libstdc++ too
Browse files Browse the repository at this point in the history
  • Loading branch information
elgabo86 committed Sep 19, 2024
1 parent 753603a commit 073cac8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions files/system/all/usr/libexec/containerbuild/update-pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ rpm-ostree override replace \
--from repo=updates \
libgcc \
|| true && \
rpm-ostree override replace \
--experimental \
--from repo=updates \
libstdc++ \
|| true && \
if grep -q "kinoite" <<< "${SOURCE_IMAGE}"; then \
rpm-ostree override replace \
--experimental \
Expand Down

0 comments on commit 073cac8

Please sign in to comment.