From 03b5798af12c6fb874141395b6714f41c50643b1 Mon Sep 17 00:00:00 2001 From: jbeisner Date: Wed, 13 Jun 2018 19:38:27 +0000 Subject: [PATCH] Update current install scripts from CLI rel/1.1.0 --- scripts/obtain/dotnet-install.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/scripts/obtain/dotnet-install.sh b/scripts/obtain/dotnet-install.sh index 6dda76038..0d4307072 100755 --- a/scripts/obtain/dotnet-install.sh +++ b/scripts/obtain/dotnet-install.sh @@ -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")