diff --git a/install.sh b/install.sh index 3ba156d..42adb1d 100755 --- a/install.sh +++ b/install.sh @@ -110,7 +110,7 @@ detect_os_version () { cat /etc/os-release | grep -e "^VERSION_ID\=*" | cut -f 2 -d '=' | sed -e 's/"//g' fi fi - if [[ "${os}" == "Ubuntu" ]]; then + if [[ "${os}" == "Ubuntu" ]] || [[ "${os}" == "Debian" ]]; then cat /etc/os-release | grep -e "^VERSION_ID\=*" | cut -f 2 -d '=' | sed -e 's/[".]//g' fi if [[ "${os}" == "SLES15" ]] || [[ "${os}" == "LEAP15" ]]; then