Add support for Ubuntu 19.04
This commit is contained in:
parent
62cf8c12ab
commit
21418c96c5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function checkOS () {
|
|||
fi
|
||||
elif [[ "$ID" == "ubuntu" ]];then
|
||||
OS="ubuntu"
|
||||
if [[ ! $VERSION_ID =~ (16.04|18.04) ]]; then
|
||||
if [[ ! $VERSION_ID =~ (16.04|18.04|19.04) ]]; then
|
||||
echo "⚠️ Your version of Ubuntu is not supported."
|
||||
echo ""
|
||||
echo "However, if you're using Ubuntu > 17 or beta, then you can continue."
|
||||
|
|
|
|||
Loading…
Reference in a new issue