Skip to content

Commit 95a9492

Browse files
authored
Merge pull request #498 from smallstep/carl/package-download-urls
Use package repository URLs for agent downloads
2 parents e015cd4 + ee37e6b commit 95a9492

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

platform/smallstep-agent.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ curl -fsSL https://packages.smallstep.com/scripts/smallstep-agent-install.sh | s
147147
sudo curl -fsSL https://packages.smallstep.com/keys/apt/repo-signing-key.gpg -o /etc/apt/keyrings/smallstep.asc
148148
cat << EOF | sudo tee /etc/apt/sources.list.d/smallstep.sources
149149
Types: deb
150-
URIs: https://pkgs.infra.smallstep.com/stable/debian
150+
URIs: https://packages.smallstep.com/stable/debian
151151
Suites: debs
152152
Components: main
153153
Signed-By: /etc/apt/keyrings/smallstep.asc
@@ -396,9 +396,9 @@ To uninstall the Smallstep Agent from a macOS system:
396396
397397
## Manual install
398398
399-
1. Download the agent installer from the [Smallstep releases page](https://github.com/smallstep/step-agent-plugin/releases):
400-
- For most systems: `step-agent-plugin_amd64_<version>.msi`
401-
- For ARM64 systems: `step-agent-plugin_arm64_<version>.msi`
399+
1. Download the agent installer:
400+
- For most systems: [step-agent-plugin_amd64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_amd64_latest.msi)
401+
- For ARM64 systems: [step-agent-plugin_arm64_latest.msi](https://packages.smallstep.com/stable/windows/step-agent-plugin_arm64_latest.msi)
402402
403403
2. Install the agent silently:
404404

platform/smallstep-app.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,18 @@ On macOS and Windows, the Smallstep Agent includes an optional desktop app UI fo
1919
The agent runs as a background service on all platforms.
2020
</Alert>
2121

22-
Installers for macOS, Windows and Linux can be downloaded from [GitHub releases](https://github.com/smallstep/step-agent-plugin/releases). Releases are signed with, and can be verified, by cosign.
22+
Installers for macOS can be downloaded from [GitHub releases](https://github.com/smallstep/step-agent-plugin/releases). Releases are signed with, and can be verified, by cosign.
23+
24+
Windows and Linux packages are available from the Smallstep package repository:
25+
26+
- https://packages.smallstep.com/stable/windows/step-agent-plugin_amd64_latest.msi
27+
- https://packages.smallstep.com/stable/windows/step-agent-plugin_arm64_latest.msi
28+
- https://packages.smallstep.com/stable/linux/step-agent-plugin_amd64_latest.deb
29+
- https://packages.smallstep.com/stable/linux/step-agent-plugin_arm64_latest.deb
30+
- https://packages.smallstep.com/stable/linux/step-agent-plugin_x86_64_latest.rpm
31+
- https://packages.smallstep.com/stable/linux/step-agent-plugin_aarch64_latest.rpm
32+
33+
For Linux installation instructions, see [Deploy the Agent](./smallstep-agent.mdx#linux-installation).
2334

2435
## System requirements
2536

0 commit comments

Comments
 (0)