Skip to content

Commit 6094d55

Browse files
authored
Merge pull request #12 from shubhamshinde360/PA-5030
(PA-5030) Removing MAC OS 10.15 support from install puppet
2 parents 495eac8 + e522b66 commit 6094d55

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

install.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,6 @@ if true; then
468468
fi
469469

470470
case $major_version in
471-
"10.11") platform_version="10.11";;
472-
"10.12") platform_version="10.12";;
473-
"10.13") platform_version="10.13";;
474-
"10.14") platform_version="10.14";;
475-
"10.15") platform_version="10.15";;
476471
"11") platform_version="11";;
477472
"12") platform_version="12";;
478473
*) echo "No builds for platform: $major_version"

0 commit comments

Comments
 (0)