Skip to content

Commit b7a98f6

Browse files
committed
feat(GuideLinuxAgent): add download link for agent installer in setup script
1 parent 16c3a7a commit b7a98f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontend/src/app/app-module/guides/guide-linux-agent/guide-linux-agent.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export class GuideLinuxAgentComponent implements OnInit {
3838

3939
return `sudo bash -c "apt update -y && apt install wget -y && mkdir -p /opt/utmstack-linux-agent && \
4040
wget --no-check-certificate -P /opt/utmstack-linux-agent \
41+
https://${ip}:9001/private/dependencies/agent/${installerName} && \
4142
chmod -R 777 /opt/utmstack-linux-agent/${installerName} && \
4243
/opt/utmstack-linux-agent/${installerName} install ${ip} <secret>${this.token}</secret> yes"`;
4344
}

0 commit comments

Comments
 (0)