Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Generalize one-line installer #31

@5chdn

Description

@5chdn

AFTER: openethereum/parity-ethereum#8887

We have to rethink the one-line installer logic after we remove debian/centos pipelines.

Now, that libssl is not an issue anymore, I would suggest just looking:

IF system IS windows THEN
    GET parity.exe FROM windows
ELSIF system IS macos THEN
    GET parity FROM macos
ELSIF system IS linux THEN
    CHECK architecture 
    GET parity FROM linux AND architecture

I know you want to take this @fevo1971 :D

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions