Skip to content

Commit 1386bfb

Browse files
authored
Merge pull request #15 from shubhamshinde360/PA-5784
(PA-5784) Update submodules to latest version and run 'ruby install.rb'
2 parents 6094d55 + a144621 commit 1386bfb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

install.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,14 +462,13 @@ if true; then
462462

463463
major_version=`echo $platform_version | cut -d. -f1,2`
464464

465-
# Excepting macOS 10.x, the major version is the first number only
466-
if ! echo "${major_version}" | grep -q '^10\.'; then
467-
major_version=$(echo "${major_version}" | cut -d '.' -f 1);
468-
fi
465+
# The major version is the first number only
466+
major_version=$(echo "${major_version}" | cut -d '.' -f 1);
469467

470468
case $major_version in
471469
"11") platform_version="11";;
472470
"12") platform_version="12";;
471+
"13") platform_version="13";;
473472
*) echo "No builds for platform: $major_version"
474473
exit 1
475474
;;

modules/puppet_agent

Submodule puppet_agent updated 68 files

0 commit comments

Comments
 (0)