fix(installer): remove stale SYS_HOME reference
This commit is contained in:
parent
b2e1732161
commit
aefffb70db
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ if [ ! -f "$REPO_DIR/src/main.go" ]; then
|
|||
error "git is required. Install it first: apt install git"
|
||||
exit 1
|
||||
fi
|
||||
CLONE_DIR="${SYS_HOME}/nextwks"
|
||||
CLONE_DIR="/tmp/nextwks-build"
|
||||
rm -rf "$CLONE_DIR" 2>/dev/null
|
||||
git clone --depth 1 "$REPO_URL" "$CLONE_DIR"
|
||||
REPO_DIR="$CLONE_DIR"
|
||||
|
|
|
|||
Loading…
Reference in a new issue