Skip to content

Create intelligent install script for the test-zond prerequisites #23

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

Open
rockett-m opened this issue Mar 2, 2025 · 0 comments
Open

Comments

@rockett-m
Copy link
Contributor

We could provide the users with the option to run a bash installation script which installs steps 1 and 2 from each of these pages:

https://test-zond.theqrl.org/testnet/install/linux-ubuntu
https://test-zond.theqrl.org/testnet/install/mac
https://test-zond.theqrl.org/testnet/install/windows

The script can use shell environment variables to detect system info:

OS

  • ubuntu
  • darwin
  • other (not supported)

Architecture

  • aarch64
  • arm64
  • amd64
  • x86_64
  • etc.

Retrieving system information:

$ arch
arm64
$ uname -o
Darwin

If any errors are encountered make sure to tell the user which package install failed so there is no black-box behavior.

This could be a convenient alternative to manually copy-paste installation.

Happy to do this if you can assign it to me.

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

1 participant