diff --git a/build.sh b/build.sh index b2a646e..a9d7676 100755 --- a/build.sh +++ b/build.sh @@ -81,7 +81,7 @@ do cd "${ROOT_PATH}" zip -s 1500m "${ROOT_PATH}/output/livecd-${KERNEL_VERSION}-${ALTERNATIVE}.zip" "${ROOT_PATH}/ubuntu-20.04-${KERNEL_VERSION}-${ALTERNATIVE}.iso" done -### Calculate sha256 sums of built ISO +## Calculate sha256 sums of built ISO sha256sum "${ROOT_PATH}"/*.iso >"${ROOT_PATH}/output/sha256" find ./ | grep ".iso"