1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Get Real...admit we no longer support 11 distro/versions...to strengthen support for our core 4 OS's

This commit is contained in:
A Holt 2020-09-01 22:42:11 -04:00 committed by GitHub
parent ca4b59c3ec
commit 8fc732e1e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,20 +22,20 @@ DHCPCD_PATH=`which dhcpcd`
NM_PATH=`which NetworkManager` NM_PATH=`which NetworkManager`
case $OS_VER in case $OS_VER in
"fedora-18" | \ #"fedora-18" | \
"fedora-22" | \ #"fedora-22" | \
"debian-8" | \ #"debian-8" | \
"debian-9" | \ #"debian-9" | \
"debian-10" | \ "debian-10" | \
"ubuntu-16" | \ #"ubuntu-16" | \
"ubuntu-17" | \ #"ubuntu-17" | \
"ubuntu-18" | \ #"ubuntu-18" | \
"ubuntu-19" | \ #"ubuntu-19" | \
"ubuntu-20" | \ "ubuntu-20" | \
"linuxmint-20" | \ "linuxmint-20" | \
"centos-7" | \ #"centos-7" | \
"raspbian-8" | \ #"raspbian-8" | \
"raspbian-9" | \ #"raspbian-9" | \
"raspbian-10") "raspbian-10")
;; ;;
*) OS_VER="OS_not_supported" *) OS_VER="OS_not_supported"