diff --git a/install.sh b/install.sh index 1ca1e53..2a3dbff 100755 --- a/install.sh +++ b/install.sh @@ -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"