File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
1111set -eu
1212
13- REPO=" vsilent /stackdog"
13+ REPO=" trydirect /stackdog"
1414INSTALL_DIR=" /usr/local/bin"
1515BINARY_NAME=" stackdog"
1616
You can’t perform that action at this time.
0 commit comments