We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9ca4c commit 1e0d022Copy full SHA for 1e0d022
1 file changed
install.sh
@@ -2,15 +2,15 @@
2
# Stackdog Security — install script
3
#
4
# 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
+# curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash
+# curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2
7
8
# Installs the stackdog binary to /usr/local/bin.
9
# Requires: curl, tar, sha256sum (or shasum), Linux x86_64 or aarch64.
10
11
set -eu
12
13
-REPO="vsilent/stackdog"
+REPO="trydirect/stackdog"
14
INSTALL_DIR="/usr/local/bin"
15
BINARY_NAME="stackdog"
16
0 commit comments