From f34b9c387e6e0905d585ec4f8ce2a3a49347901b Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Tue, 5 Jul 2022 14:00:56 +0500 Subject: [PATCH] Fix bootstrap integrity checking --- create-arch-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 6673249..666da15 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -165,7 +165,7 @@ for link in ${bootstrap_urls}; do "https://${link}/archlinux/iso/${current_release}/sha256sums.txt" if [ -s sha256sums.txt ]; then - cat sha256sums.txt | grep bootstrap > sha256.txt + cat sha256sums.txt | grep bootstrap-${current_release} > sha256.txt echo "Verifying the integrity of the bootstrap" if sha256sum -c sha256.txt &>/dev/null; then