Remove 18.04

This commit is contained in:
Mike Reeves
2023-01-23 13:11:50 -05:00
parent f811223ba7
commit f077b5c96d

View File

@@ -909,9 +909,7 @@ detect_os() {
elif [ -f /etc/os-release ]; then elif [ -f /etc/os-release ]; then
OS=ubuntu OS=ubuntu
if grep -q "UBUNTU_CODENAME=bionic" /etc/os-release; then if grep -q "UBUNTU_CODENAME=focal" /etc/os-release; then
OSVER=bionic
elif grep -q "UBUNTU_CODENAME=focal" /etc/os-release; then
OSVER=focal OSVER=focal
else else
info "We do not support your current version of Ubuntu." info "We do not support your current version of Ubuntu."