Skip to content

Commit 2265423

Browse files
committed
Update agent install instructions to say where the variable is
1 parent 39a0b7e commit 2265423

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/updating-agent.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@
33
## Linux
44

55
Packer installs the `buildkite-agent` using the [`packer/linux/scripts/install-buildkite-agent.sh`](packer/linux/scripts/install-buildkite-agent.sh)
6-
script.
6+
script. Update the `AGENT_VERSION` variable in this file to
7+
change which version is installed.
78

89
The agent binary is downloaded from download.buildkite.com.
910

10-
Update the `AGENT_VERSION` variable to change which version is installed.
11-
1211
## Windows
1312

1413
Packer installs the `buildkite-agent` using the [`packer/windows/scripts/install-buildkite-agent.ps1`](packer/windows/scripts/install-buildkite-agent.ps1)
15-
script.
14+
script. Update the `AGENT_VERSION` variable in this file to
15+
change which version is installed.
1616

1717
The agent binary is downloaded from download.buildkite.com.
18-
19-
Update the `AGENT_VERSION` variable to change which version is installed.

0 commit comments

Comments
 (0)