diff --git a/docs/deployment.md b/docs/deployment.md index f308dce..e3f1665 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -137,14 +137,14 @@ Publish files to the private Gitea Generic Package Registry: ```sh curl --user 'publisher:PACKAGE_WRITE_TOKEN' \ - --upload-file ./SentinelAgent_linux_x86_64.deb \ - 'https://git.scity.us/api/packages/TAI/generic/sentinelone-linux/26.1.1.31/SentinelAgent_linux_x86_64.deb' + --upload-file ./SentinelAgent_linux_x86_64_v26_1_1_31.deb \ + 'https://git.scity.us/api/packages/TAI/generic/sentinelone-linux/26.1.1.31/SentinelAgent_linux_x86_64_v26_1_1_31.deb' ``` Calculate its checksum: ```sh -sha256sum SentinelAgent_linux_x86_64.deb +sha256sum SentinelAgent_linux_x86_64_v26_1_1_31.deb ``` Sign in at `https://tapm.scity.us`, enter the matching registry package name,