Skip to content

fix: auto setup after install is broken, let user run it manually#131

Open
dheerapat wants to merge 1 commit intobasecamp:masterfrom
dheerapat:no-auto-setup
Open

fix: auto setup after install is broken, let user run it manually#131
dheerapat wants to merge 1 commit intobasecamp:masterfrom
dheerapat:no-auto-setup

Conversation

@dheerapat
Copy link
Copy Markdown

@dheerapat dheerapat commented Apr 17, 2026

What

Remove autorun fizzy setup after installation (current config file save on the wrong place), instruct user to run it manually.

Why

detail on #130

Testing

  • make check passes

Summary by cubic

Stop auto-running fizzy setup after install and show a prompt to run it manually. This prevents writing the config to the wrong location and avoids a broken post-install step.

  • Bug Fixes
    • Remove post-install setup invocation in scripts/install.sh; now only prints “Run '$INSTALL_DIR/${BINARY} setup' to get started.”

Written for commit 6cb6a27. Summary will update on new commits.

Copilot AI review requested due to automatic review settings April 17, 2026 16:22
@github-actions github-actions Bot added the bug Something isn't working label Apr 17, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a broken post-install flow in scripts/install.sh by removing the automatic fizzy setup run (which previously executed from a temporary working directory and caused the generated config to be deleted on script exit). Users are now instructed to run setup manually after installation.

Changes:

  • Remove the post-install auto-run of fizzy setup.
  • Print a clear instruction for the user to run fizzy setup manually after installation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants