We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590a14c commit 645462dCopy full SHA for 645462d
1 file changed
tools/install.sh
@@ -60,7 +60,7 @@ case $DISTRO_NAME in
60
VERSION_ID=$(grep DISTRIB_RELEASE /etc/upstream-release/lsb-release|cut -d= -f2)
61
fi
62
case ${VERSION_ID%%.*} in
63
- 24|23|22|21|20|18) VERSION_ID=${VERSION_ID%%.*}.04;UBUNTU_SUPPORTED=1;;
+ 25|24|23|22|21|20|18) VERSION_ID=${VERSION_ID%%.*}.04;UBUNTU_SUPPORTED=1;;
64
*) echo "This Ubuntu release \"$VERSION_ID\" is too young or too old for me to handle";exit 1;;
65
esac
66
if [[ $UBUNTU_SUPPORTED = 1 ]]; then
0 commit comments