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

[bin/utils.sh] Now set ${OS} with Operating System as the value #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

missingcharacter
Copy link

I am on Linux amd64 and was getting this error:

$ asdf list flutter 3.7.0-stable
No compatible versions installed (flutter 3.7.0-stable)

with these changes I was able to install flutter

bin/utils.sh Outdated Show resolved Hide resolved
@fejzuli
Copy link

fejzuli commented Mar 12, 2023

Actually now that I look at it a little closer I don't believe the proposed changes have anything in common with the initial problem, but it's still nice to fail properly when on an unsupported kernel.

@missingcharacter for the initial problem you want to do

asdf list all flutter 3.7.0-stable

if you want to check if is downloadable. Without the all it checks if it's installed locally

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

Successfully merging this pull request may close these issues.

2 participants