fix other OS installs

This commit is contained in:
Mike Reeves
2023-07-17 13:51:01 -04:00
parent 8d6c2600c9
commit 7fad710ca1

View File

@@ -981,6 +981,7 @@ detect_os() {
UBVER=20.04
OS=ubuntu
is_ubuntu=true
is_deb=true
not_supported=true
unset is_supported
elif grep -q "UBUNTU_CODENAME=jammy" /etc/os-release; then