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

Cannot download linutil dev branch in alpine #978

Open
4 tasks done
Jaredy899 opened this issue Dec 10, 2024 · 11 comments · May be fixed by #979
Open
4 tasks done

Cannot download linutil dev branch in alpine #978

Jaredy899 opened this issue Dec 10, 2024 · 11 comments · May be fixed by #979
Labels
bug Something isn't working

Comments

@Jaredy899
Copy link

Jaredy899 commented Dec 10, 2024

Describe the bug

When using linutil, when I try to install anything, it says failed can't find supported package manager

To Reproduce

Steps to reproduce the behavior:
launch linutil, click on fastfetch, confirm with y.

Expected behavior

it should install fastfetch. when I do doas apk add fastfetch, it works. Fastfetch is one example. This does it on everything. add user to group, etc.

Screenshots

Screenshot 2024-12-09 at 8 53 36 PM

Checklist

  • I checked for duplicate issues.
  • I checked already existing discussions.
  • This issue is not included in the roadmap.
  • This issue is present on both stable and development branches.
@Jaredy899 Jaredy899 added the bug Something isn't working label Dec 10, 2024
@jeevithakannan2
Copy link
Contributor

The stable release does not include alpine support. The dev release contains alpine support. Try the dev branch

/close completed

@Jaredy899
Copy link
Author

I did try the dev branch. Same thing.

@jeevithakannan2
Copy link
Contributor

What's the linutil version you see?

@Jaredy899
Copy link
Author

I'm doing linuxdev | sh. I've also tried using the direct https://github.com/ChrisTitusTech/linutil/releases/download/2024.11.11/startdev.sh
https://github.com/ChrisTitusTech/linutil/releases/download/2024.11.11/start.sh

same result. I have alpine in a proxmox vm.

@jeevithakannan2
Copy link
Contributor

It's because grep is failing when downloading the pre release. Will look into this.

@jeevithakannan2
Copy link
Contributor

/reopen

Rename the issue to cannot download linutil dev branch in alpine.

@github-actions github-actions bot reopened this Dec 10, 2024
@Jaredy899 Jaredy899 changed the title Alpine not working Cannot download linutil dev branch in alpine Dec 10, 2024
@Jaredy899
Copy link
Author

Done

@jeevithakannan2 jeevithakannan2 linked a pull request Dec 10, 2024 that will close this issue
5 tasks
@jeevithakannan2
Copy link
Contributor

@Jaredy899 Can you do me a favor by checking whether this works

curl -L https://github.com/jeevithakannan2/linutil/raw/patch-4/startdev.sh | sh

@Jaredy899
Copy link
Author

Jaredy899 commented Dec 10, 2024

yours seems to work.
Screenshot 2024-12-10 101118

worked with fastfetch too

@jeevithakannan2
Copy link
Contributor

jeevithakannan2 commented Dec 10, 2024

Created a PR that resolves the issue. It can also be resolved by updating the grep package. Running apk add --no-cache grep also resolves the issue.

@Jaredy899
Copy link
Author

Confirmed that works too. Thanks.

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 a pull request may close this issue.

2 participants