Skip to content

Commit

Permalink
bootstrap: Tolerate a missing lsb_release
Browse files Browse the repository at this point in the history
Add missing keywords for openSUSE Leap and Tumbleweed

Fixes: ce77b04

Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
kshtsk committed Jul 1, 2024
1 parent 544fecb commit fc0f998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Linux)
fi
fi
;;
"openSUSE project"|"SUSE LINUX"|"openSUSE")
"openSUSE project"|"SUSE LINUX"|"openSUSE"|"openSUSELeap"|"openSUSETumbleweed")
deps=(python3-pip python3-devel python3 libev-devel libvirt-devel libffi-devel)
for package in ${deps[@]}; do
if ! rpm -q --whatprovides $package; then
Expand Down

0 comments on commit fc0f998

Please sign in to comment.