Generic linux support

This commit is contained in:
2021-05-24 21:16:41 -05:00
parent 1b8fc0b2fb
commit 9bc5ae99f6
3 changed files with 10 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ elif [ "$IS_ARM" = "1" ] && [ -f /etc/debian_version ]; then
fi
fi
else
DISTNAME=centos7
DISTNAME=linux
DISTVER=
fi