Skip to content

Commit

Permalink
Add flavour in sha256sum generation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored May 9, 2024
1 parent 09b4410 commit 89ae85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ do
zip -s 1500m "${ROOT_PATH}/output/linuxmint-${MINT_VERSION}-${FLAVOUR}-${KERNEL_VERSION}-${ALTERNATIVE}.zip" "${ROOT_PATH}/linuxmint-${MINT_VERSION}-${FLAVOUR}-${KERNEL_VERSION}-${ALTERNATIVE}.iso"
done
## Calculate sha256 sums of built ISO
sha256sum "${ROOT_PATH}"/*.iso >"${ROOT_PATH}/output/sha256-linuxmint-${MINT_VERSION}"
sha256sum "${ROOT_PATH}"/*.iso >"${ROOT_PATH}/output/sha256-linuxmint-${MINT_VERSION}-${FLAVOUR}"

find ./ | grep ".iso"
find ./ | grep ".zip"
Expand Down

0 comments on commit 89ae85c

Please sign in to comment.