Update deployment.md

This commit is contained in:
David Schroeder
2026-07-25 13:48:27 -05:00
parent df24f965da
commit 1ea21c065e
+3 -3
View File
@@ -137,14 +137,14 @@ Publish files to the private Gitea Generic Package Registry:
```sh ```sh
curl --user 'publisher:PACKAGE_WRITE_TOKEN' \ curl --user 'publisher:PACKAGE_WRITE_TOKEN' \
--upload-file ./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.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: Calculate its checksum:
```sh ```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, Sign in at `https://tapm.scity.us`, enter the matching registry package name,