Skip to content

Commit

Permalink
Fix iso.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored May 10, 2024
1 parent 10efdf8 commit ae60f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ mv $HOME/Downloads/home/runner/work/T2-Mint/T2-Mint/${iso}.iso $HOME/Downloads

echo -e "\nVerifying sha256 checksums"

actual_iso_chksum=$(curl -sL https://github.com/t2linux/T2-Mint/releases/download/${latest}/sha256-${flavour}
actual_iso_chksum=$(curl -sL https://github.com/t2linux/T2-Mint/releases/download/${latest}/sha256-${flavour} | cut -d " " -f 1)

case "$os" in
(Darwin)
Expand Down

0 comments on commit ae60f0f

Please sign in to comment.