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

install.sh - Syntax Error when doing $ sudo sh #32

Open
CoreyWarren opened this issue Dec 10, 2021 · 2 comments
Open

install.sh - Syntax Error when doing $ sudo sh #32

CoreyWarren opened this issue Dec 10, 2021 · 2 comments

Comments

@CoreyWarren
Copy link

error_wallset

"$ sudo sh install.sh" throws an error.

As far as I could tell (I don't actually use this coding language), it seemed like for every "if", there was a "fi". So, I'm not sure what the issue is. (The "sudo nano"s are me trying to move some "if"s and "fi"s around, but it never changes the result. Odd...)

I'm checking if this is a dependency issue but I feel like the dependencies wouldn't affect being able to run the install.sh ? I will look for alternative ways to install in the meantime. (maybe old versions?)

@CoreyWarren
Copy link
Author

error2
from a "$sudo nano" of install.sh

Here's the file itself, by the way.

@Ekital
Copy link

Ekital commented Dec 14, 2021

This is happening because the installation instructions are wrong...

You will have to use bash to run it instead. I put in a pull request to resolve this.

Simply use: sudo bash install.sh

#33

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

2 participants