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

Description
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