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

Update local_facts.fact

This commit is contained in:
A Holt 2019-03-23 07:58:35 -04:00 committed by GitHub
parent 7e2e24de8e
commit c4dad06fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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