@@ -100,7 +100,7 @@ _hash_img-stream() {
100100 local currentFileName=vm.img
101101 local currentFilePath=/dev/stdin
102102
103- _wget_githubRelease_join-stdout " soaringDistributions/ubdist-dummy " " $1 " " package_image.tar.flx" 2> /dev/null | _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | \
103+ _wget_githubRelease_join-stdout " soaringDistributions/ubdist_dummy " " $1 " " package_image.tar.flx" 2> /dev/null | _get_extract_ubDistBuild-tar --extract ./vm.img --to-stdout | \
104104tee >( wc -c /dev/stdin | cut -f1 -d\ | tr -dc ' 0-9' > " $safeTmp " /.tmp-currentFileBytes ) | \
105105tee >( openssl dgst -whirlpool -binary | xxd -p -c 256 > " $safeTmp " /.tmp-whirlpool ) | \
106106( [[ " $skimfast " != " true" ]] && openssl dgst -sha3-512 -binary | xxd -p -c 256 > " $safeTmp " /.tmp-sha3 )
@@ -149,7 +149,7 @@ _hash_rootfs-stream() {
149149 local currentFileName=package_rootfs.tar
150150 local currentFilePath=/dev/stdin
151151
152- _wget_githubRelease_join-stdout " soaringDistributions/ubdist-dummy " " $1 " " package_rootfs.tar.flx" 2> /dev/null | lz4 -d -c | \
152+ _wget_githubRelease_join-stdout " soaringDistributions/ubdist_dummy " " $1 " " package_rootfs.tar.flx" 2> /dev/null | lz4 -d -c | \
153153tee >( wc -c /dev/stdin | cut -f1 -d\ | tr -dc ' 0-9' > " $safeTmp " /.tmp-currentFileBytes ) | \
154154tee >( openssl dgst -whirlpool -binary | xxd -p -c 256 > " $safeTmp " /.tmp-whirlpool ) | \
155155( [[ " $skimfast " != " true" ]] && openssl dgst -sha3-512 -binary | xxd -p -c 256 > " $safeTmp " /.tmp-sha3 )
@@ -198,7 +198,7 @@ _hash_live-stream() {
198198 local currentFileName=vm-live.iso
199199 local currentFilePath=/dev/stdin
200200
201- _wget_githubRelease_join-stdout " soaringDistributions/ubdist-dummy " " $1 " " vm-live.iso" 2> /dev/null | \
201+ _wget_githubRelease_join-stdout " soaringDistributions/ubdist_dummy " " $1 " " vm-live.iso" 2> /dev/null | \
202202tee >( wc -c /dev/stdin | cut -f1 -d\ | tr -dc ' 0-9' > " $safeTmp " /.tmp-currentFileBytes ) | \
203203tee >( openssl dgst -whirlpool -binary | xxd -p -c 256 > " $safeTmp " /.tmp-whirlpool ) | \
204204( [[ " $skimfast " != " true" ]] && openssl dgst -sha3-512 -binary | xxd -p -c 256 > " $safeTmp " /.tmp-sha3 )
0 commit comments