Skip to content

Commit

Permalink
remove checksum check
Browse files Browse the repository at this point in the history
  • Loading branch information
asheliahut committed Nov 1, 2024
1 parent 43ac2ec commit 4cb07c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install-brioche.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function install_brioche() {
case "$(uname -m)" in
x86_64)
brioche_url="https://releases.brioche.dev/$version/x86_64-linux/brioche"
checksum="3aaa66138a595fec42e656a93f9ae4c65d29af8825d665992ca553ff38240692"
;;
*)
echo "::error::Sorry, Brioche isn't currently supported on your architecture"
Expand Down Expand Up @@ -56,11 +55,6 @@ function install_brioche() {
echo "Download complete"
echo "::endgroup::"

echo "::group::Validating checksum"
echo "$checksum $brioche_temp/brioche" | sha256sum -c -
echo "Checksum validation complete"
echo "::endgroup::"

echo "::group::Installing Brioche"
mkdir -p "$install_dir"
chmod +x "$brioche_temp/brioche"
Expand Down

0 comments on commit 4cb07c6

Please sign in to comment.