Skip to content

Commit c9c4c36

Browse files
authored
[macos][install script] Update URL of latest Agent 5 (#3709)
It's v5.11.3 and will remain at that version. The latest URL points to Agent 6 now.
1 parent 4b12127 commit c9c4c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/osx/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -e
88
logfile=ddagent-install.log
99
dmg_file=/tmp/datadog-agent.dmg
10-
dmg_url="https://s3.amazonaws.com/dd-agent/datadogagent.dmg"
10+
dmg_url="https://s3.amazonaws.com/dd-agent/datadog-agent-5.11.3-1.dmg"
1111

1212
# Root user detection
1313
if [ $(echo "$UID") = "0" ]; then

0 commit comments

Comments
 (0)