Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing the Debian package did not install ttyd as dependencies #527

Open
kianmeng opened this issue Sep 9, 2024 · 0 comments
Open

Comments

@kianmeng
Copy link

kianmeng commented Sep 9, 2024

Describe the bug
The vhs deb package did not include ttyd as dependent pacakge.

We have to resolve it separately by installing ttyd separately through sudo apt install ttyd, where it should have been installed during vhs installation.

Setup
Please complete the following information along with version numbers, if applicable.

  • OS [Ubuntu 24.04]
  • Shell [bash]
  • Terminal Emulator []
  • Terminal Multiplexer [tmux]

To Reproduce
Steps to reproduce the behavior:

  1. cd /tmp
  2. wget https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_amd64.deb
  3. sudo dpkg -i vhs_0.8.0_amd64.deb
  4. vhs
  5. See error
$ vhs
ttyd is not installed. Install it from: https://github.com/tsl0922/ttyd

Source Code
Please include source code if needed to reproduce the behavior.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant