SoftCreatR / imei

IMEI - ImageMagick Easy Install
ISC License
309 stars 36 forks source link

Verify installer integrity fails #30

Closed mmattel closed 3 years ago

mmattel commented 3 years ago

@SoftCreatR just wanted to do a integrity check and followed your instructions.

The check fails, because both of the files (signature and public key) return a 404.

Can you pls check and fix?

Many thanks

SoftCreatR commented 3 years ago

Should work now with the new instructions.

mmattel commented 3 years ago

Thanks that the files are now downloadable, but you still have an issue 😅

You download the script to check wget https://dist.1-2.dev/imei

But you check a different file openssl dgst -sha512 -verify public.pem -signature imei.sh.sig imei.sh imei.sh --> imei

You just need to fix readme 😅 Because you do not use the shell extension in One-Step Automated Install

SoftCreatR commented 3 years ago

Fixed that, too.

mmattel commented 3 years ago

finally...

bash <(curl -sL dist.1-2.dev/imei)

imei --> imei.sh

😂

SoftCreatR commented 3 years ago

No, that's fine.