Skip to content

Commit 4645f19

Browse files
authored
Merge pull request #108 from russellcardullo/error_message_when_unsupported
Add an error message when the distribution is not supported
2 parents 33e2f7d + 3724c7f commit 4645f19

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,12 @@ do_install() {
442442
echo_docker_as_nonroot
443443
exit 0
444444
;;
445+
*)
446+
echo
447+
echo "ERROR: Unsupported distribution '$lsb_dist'"
448+
echo
449+
exit 1
450+
;;
445451
esac
446452
exit 1
447453
}

0 commit comments

Comments
 (0)