-
Notifications
You must be signed in to change notification settings - Fork 86
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
[BUG] Installer not letting the user answer the questions #456
Comments
Recompiled the installer and now works. |
It doesn't work for me (commit I uninstalled running the uninstall script and installed again using the install script:
|
You are right, when I tested the other day it was working but it isn't. |
So I am trying and I think that is a curl issue. |
@llagerlof can you try:
In my tests this one works. |
This worked. |
Describe the bug
0.3.5-alpha
When I run the installation script it doesn't wait for my input:
curl -s "https://raw.githubusercontent.com/Ph0enixKM/AmberNative/master/setup/install.sh" | /bin/bash
The output:
To Reproduce
See above.
Expected behavior
It should wait for my answer.
Additional context
Amber is installed successfully.
I am using bash on EndeavourOS as a normal user.
The text was updated successfully, but these errors were encountered: