Layr-Labs / Layr-Labs/devkit-cli
running `devkit avs create` in `paltform: linux (debian)` fails if `apt-utils` is not installed
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 27
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
2025/10/27 20:15:12
2025/10/27 20:15:16 [====================] 100% lib/ds-test
2025/10/27 20:15:16
2025/10/27 20:15:16 Clone repo complete: https://github.com/Layr-Labs/hourglass-avs-template
2025/10/27 20:15:16
2025/10/27 20:15:16 Installing template dependencies
2025/10/27 20:15:16
[INFO] Detected platform: linux (debian)
[INFO] Installing apt-utils...
^Ccaught interrupt, shutting down gracefully.
[sudo] password for rubydusa:
sudo: unable to read password: Input/output error
sudo: a password is required
2025/10/27 20:46:53 failed to initialize .devkit/scripts/init: context canceled
It was stuck on installing apt-utils for a half an hour, decided to cancel it, saw that it needed sudo password.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing devkit avs create on Debian without apt-utils installed and trace the initialization path that installs apt-utils. Check how the command handles sudo prompts and cancellation; done means the command either completes dependency installation or reports the required permissions clearly instead of hanging.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- debian, go, linux
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100