From c8c948e3c77f58a67c1a873da64c65af570dff97 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 22 May 2021 11:34:24 -0300 Subject: Feat: lineageos-dl: print image verification procedure --- lineageos-dl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'lineageos-dl') diff --git a/lineageos-dl b/lineageos-dl index e515cac..5038151 100755 --- a/lineageos-dl +++ b/lineageos-dl @@ -88,11 +88,14 @@ sha256sum -c $HASH sha256sum -c $RECOVERY_HASH # Verify build authenticity -# https://wiki.lineageos.org/verifying-builds.html -#git clone https://github.com/LineageOS/update_verifier -#cd update_verifier -#pip3 install -r requirements.txt -echo "$BASENAME: please verify build authenticity: https://wiki.lineageos.org/verifying-builds.html" +echo "$BASENAME: please verify build authenticity with a procedure like this:" +echo "" +echo "git clone https://github.com/LineageOS/update_verifier" +echo "cd update_verifier" +echo "pip3 install -r requirements.txt" +echo "python3 update_verifier.py lineageos_pubkey $DL/$FILE" +echo "" +echo "more info at https://wiki.lineageos.org/verifying-builds.html" # Teardown cd $CWD -- cgit v1.2.3