]> gitweb.fluxo.info Git - downloaders.git/commitdiff
Feat: lineageos-dl: print image verification procedure
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 22 May 2021 14:34:24 +0000 (11:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 22 May 2021 14:34:24 +0000 (11:34 -0300)
lineageos-dl

index e515cac719d30e1d8a41fb637fb3fe4e82e3825e..5038151c21b2e691b2bf93f3125b7922cc7d32bf 100755 (executable)
@@ -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