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

Update install.sh #1157

Merged
merged 6 commits into from
Nov 9, 2020
Merged

Update install.sh #1157

merged 6 commits into from
Nov 9, 2020

Conversation

Will-wastelander
Copy link
Contributor

@Will-wastelander Will-wastelander commented Nov 6, 2020

Add multi arch support to installer script.

Copy link
Owner

@UnchartedBull UnchartedBull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. one minor thing maybe:

I think it would be great if you could save the architecture to a string, rather than echoing it directly to the console. Then include that string in the Installing OctoDash part. Final output could look something like this:

Installing OctoDash (v2.1.1, armv7l). What do you think about that?

You can ignore the CodeFactor issue btw.

Added arch info to Installing OctDash echo line, and removed arch echos.
@Will-wastelander
Copy link
Contributor Author

Tested, and this should be working now.

forgot comma
Made sure that all echo "Installing OctoDash..." along w/ final echo of successful install provided version and arch info
scripts/install.sh Outdated Show resolved Hide resolved
scripts/install.sh Outdated Show resolved Hide resolved
@UnchartedBull
Copy link
Owner

Fixes #1156.

Corrected missing " in echo lines. Removed version and arch from last echo line.
@UnchartedBull UnchartedBull merged commit f9cee6c into UnchartedBull:master Nov 9, 2020
kantlivelong pushed a commit to kantlivelong/OctoDash that referenced this pull request May 5, 2021
* Update install.sh

Addd multi arch support to installer script.

* Update install.sh

Added additional deps reported here (https://github.com/UnchartedBull/OctoDash/wiki/Troubleshooting#not-starting-automatically)

* Update install.sh

Added arch info to Installing OctDash echo line, and removed arch echos.

* Update install.sh

forgot comma

* Update install.sh

Made sure that all echo "Installing OctoDash..." along w/ final echo of successful install provided version and arch info

* Update install.sh

Corrected missing " in echo lines. Removed version and arch from last echo line.
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

Successfully merging this pull request may close these issues.

None yet

2 participants