Skip to content

Commit 1e0d022

Browse files
vsilentCopilot
andcommitted
Fix installer release repository
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0f9ca4c commit 1e0d022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Stackdog Security — install script
33
#
44
# Usage:
5-
# curl -fsSL https://raw.githubusercontent.com/vsilent/stackdog/main/install.sh | sudo bash
6-
# curl -fsSL https://raw.githubusercontent.com/vsilent/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2
5+
# curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash
6+
# curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2
77
#
88
# Installs the stackdog binary to /usr/local/bin.
99
# Requires: curl, tar, sha256sum (or shasum), Linux x86_64 or aarch64.
1010

1111
set -eu
1212

13-
REPO="vsilent/stackdog"
13+
REPO="trydirect/stackdog"
1414
INSTALL_DIR="/usr/local/bin"
1515
BINARY_NAME="stackdog"
1616

0 commit comments

Comments
 (0)