Add support for debian

This commit is contained in:
2025-12-16 17:56:03 +08:00
parent 63b2ea7388
commit e29ebb3b9a
3 changed files with 87 additions and 85 deletions

View File

@@ -37,6 +37,7 @@ if [ "$(uname)" == "Linux" ]; then
export PROFILE_DISTRO_CODENAME="$VERSION_CODENAME"
export PROFILE_DISTRO_FAMILY="$ID_LIKE"
case "$PROFILE_DISTRO" in
debian ) ./install-debian.sh ;;
ubuntu ) ./install-ubuntu.sh ;;
ol | rhel ) ./install-rhel.sh ;;
* ) echo "Unknown distro, install manually"