Skip to content

Commit fe25d77

Browse files
dheerapatrobzolkos
authored andcommitted
fix: auto setup after install is broken, let user run it manually
1 parent f21a15a commit fe25d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ if ! echo "$PATH" | tr ':' '\n' | grep -qx "$INSTALL_DIR"; then
9393
fi
9494

9595
echo ""
96-
"$INSTALL_DIR/${BINARY}" setup || echo "Run '$INSTALL_DIR/${BINARY} setup' to get started."
96+
echo "Run '$INSTALL_DIR/${BINARY} setup' to get started."

0 commit comments

Comments
 (0)