Skip to content

Commit

Permalink
cirrus: Install missing dependency
Browse files Browse the repository at this point in the history
fuse-overlayfs

Signed-off-by: Vit Mojzis <[email protected]>
  • Loading branch information
vmojzis committed May 29, 2024
1 parent 9cf62af commit 7c4204d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/cirrus/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ case "${OS_RELEASE_ID}" in
msg "Installing necessary additional packages"
ooe.sh dnf install -y \
setools-console \
systemd-devel
systemd-devel \
fuse-overlayfs
;;
*) bad_os_id_ver ;;
esac
Expand Down

0 comments on commit 7c4204d

Please sign in to comment.