Closed mmattel closed 3 years ago
Should work now with the new instructions.
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
Fixed that, too.
finally...
bash <(curl -sL dist.1-2.dev/imei)
imei --> imei.sh
😂
No, that's fine.
@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