Skip to content

Commit 645462d

Browse files
imerfanahmedmominul
authored andcommitted
Update Ubuntu version handling in installer script
1 parent 590a14c commit 645462d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ case $DISTRO_NAME in
6060
VERSION_ID=$(grep DISTRIB_RELEASE /etc/upstream-release/lsb-release|cut -d= -f2)
6161
fi
6262
case ${VERSION_ID%%.*} in
63-
24|23|22|21|20|18) VERSION_ID=${VERSION_ID%%.*}.04;UBUNTU_SUPPORTED=1;;
63+
25|24|23|22|21|20|18) VERSION_ID=${VERSION_ID%%.*}.04;UBUNTU_SUPPORTED=1;;
6464
*) echo "This Ubuntu release \"$VERSION_ID\" is too young or too old for me to handle";exit 1;;
6565
esac
6666
if [[ $UBUNTU_SUPPORTED = 1 ]]; then

0 commit comments

Comments
 (0)