Update current install scripts from CLI rel/1.1.0

This commit is contained in:
jbeisner 2018-06-13 19:38:27 +00:00
parent 7794eed633
commit 03b5798af1

View file

@ -75,16 +75,24 @@ get_legacy_os_name_from_platform() {
echo "debian"
return 0
;;
"debian.9")
echo "debian.9"
return 0
;;
"fedora.23")
echo "fedora.23"
return 0
;;
"fedora.24")
echo "fedora.24"
return 0
;;
"fedora.27")
echo "fedora.27"
return 0
;;
"fedora.24")
echo "fedora.24"
"fedora.28")
echo "fedora.28"
return 0
;;
"opensuse.13.2")