aboutsummaryrefslogtreecommitdiff
path: root/lineageos-dl
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-05-22 11:34:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-05-22 11:34:24 -0300
commitc8c948e3c77f58a67c1a873da64c65af570dff97 (patch)
treef5155bfb7d1002cc660bb1657d3a8134b784fc99 /lineageos-dl
parent63071d4c5c4d7f2147238810b7ec3f9d06df7bd9 (diff)
downloaddownloaders-c8c948e3c77f58a67c1a873da64c65af570dff97.tar.gz
downloaders-c8c948e3c77f58a67c1a873da64c65af570dff97.tar.bz2
Feat: lineageos-dl: print image verification procedure
Diffstat (limited to 'lineageos-dl')
-rwxr-xr-xlineageos-dl13
1 files changed, 8 insertions, 5 deletions
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