Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat authored Jul 12, 2021
1 parent 352b003 commit c18fe13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ install_mulle_clang()
linux)
LSB_RELEASE="${LSB_RELEASE:-`lsb_release -c -s`}"
case "$LSB_RELEASE" in
focal|bullseye)
focal|bullseye|20\.*) # broken catthehacker image fix for act
codename="bullseye"
;;

bionic|buster)
bionic|buster|18\.*)
codename="buster"
;;

*)
echo "Unsupported debian/ubuntu release ${LSB_RELEASE}" >&2
echo "Unsupported debian/ubuntu release \"${LSB_RELEASE}\"" >&2
exit 1
;;

Expand Down

0 comments on commit c18fe13

Please sign in to comment.