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 scripts for local installation to support Windows and Linux #41

Open
jashmehta3300 opened this issue Oct 25, 2023 · 0 comments
Open
Labels
bash enhancement New feature or request

Comments

@jashmehta3300
Copy link
Contributor

Problem Statement

The current scripts (https://github.com/cisco-open/martian-bank-demo/tree/main/scripts) for local installation only support Mac. They do not run properly on Windows or Linux. This is because commands like 'osascript' are specific to Mac and some Linux distributions.

Proposed Solution

Update the scripts to support Windows and Linux too.

Alternatives Considered

We can also have different OS-specific scripts. However, one single script for all platforms would be better.

@jashmehta3300 jashmehta3300 added enhancement New feature or request bash labels Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bash enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant