chore(rebrand): update repository links for CodeWhale
This commit is contained in:
@@ -9,7 +9,7 @@ fi
|
||||
DEEPSEEK_USER="${DEEPSEEK_USER:-codewhale}"
|
||||
DEEPSEEK_ROOT="${DEEPSEEK_ROOT:-/opt/codewhale}"
|
||||
WHALEBRO_ROOT="${WHALEBRO_ROOT:-/opt/whalebro}"
|
||||
REPO_URL="${DEEPSEEK_REPO_URL:-https://github.com/Hmbown/DeepSeek-TUI.git}"
|
||||
REPO_URL="${DEEPSEEK_REPO_URL:-https://github.com/Hmbown/CodeWhale.git}"
|
||||
WHALEBRO_EXTRA_REPOS="${WHALEBRO_EXTRA_REPOS:-}"
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
SOURCE_ROOT="$(cd "${SCRIPT_DIR}/../.." && pwd)"
|
||||
|
||||
@@ -97,7 +97,7 @@ check_workspace() {
|
||||
}
|
||||
|
||||
check_binaries() {
|
||||
section "Codewhale binaries"
|
||||
section "CodeWhale binaries"
|
||||
local cargo_bin="/home/${DEEPSEEK_USER}/.cargo/bin"
|
||||
local codewhale="${cargo_bin}/codewhale"
|
||||
local tui="${cargo_bin}/codewhale-tui"
|
||||
|
||||
Reference in New Issue
Block a user