There was an error while loading. Please reload this page.
1 parent 257b5b7 commit d53bb16Copy full SHA for d53bb16
1 file changed
install.sh
@@ -1,9 +1,9 @@
1
#!/usr/bin/env bash
2
# DejaCode installer — no root required, works on macOS and Linux.
3
-# Usage: curl -sSL https://raw.githubusercontent.com/aboutcode-org/dejacode/compose-files/install.sh | bash
+# Usage: curl -sSL https://raw.githubusercontent.com/aboutcode-org/dejacode/main/install.sh | bash
4
set -eu
5
6
-REPO="https://raw.githubusercontent.com/aboutcode-org/dejacode/compose-files"
+REPO="https://raw.githubusercontent.com/aboutcode-org/dejacode/main"
7
INSTALL_DIR="${DEJACODE_HOME:-$HOME/.dejacode}"
8
BIN_DIR="$HOME/.local/bin"
9
WRAPPER="$BIN_DIR/dejacode"
0 commit comments