From cebe3a9cb0a47aef80535cc76ab9be985e55f712 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Mon, 13 Jul 2026 17:47:24 +0000 Subject: [PATCH] Note sha256sum/shasum requirement for runpodctl install script --- runpodctl/overview.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runpodctl/overview.mdx b/runpodctl/overview.mdx index 8fa4d6512..ea24c344c 100644 --- a/runpodctl/overview.mdx +++ b/runpodctl/overview.mdx @@ -45,6 +45,10 @@ bash <(curl -sL cli.runpod.io) The script installs the latest version to `/usr/local/bin` when run as root, or to `~/.local/bin` for non-root users. If you don't have root access, the script displays instructions for adding `runpodctl` to your PATH. + +The install script verifies the downloaded release against its SHA-256 checksum before installing, so it needs a checksum tool to be present: `sha256sum` on Linux or `shasum` on macOS. These are preinstalled in most environments, but on minimal images without one the install aborts. + +