File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ _get_fromTag_ingredientVM() {
8888 echo
8989 cat " $scriptLocal " /vm-ingredient.img.hash-download.txt
9090
91- _wget_githubRelease-stdout " soaringDistributions/ubDistBuild" " $currentTag " " vm-ingredient.img.hash.txt" > " $scriptLocal " /vm-ingredient.img.hash-upstream.txt
92- # $(_wget_githubRelease-stdout "soaringDistributions/ubDistBuild" "$currentTag" "vm-ingredient.img.hash.txt" | tr -dc 'a-f0-9')
91+ _wget_githubRelease-fromTag- stdout " soaringDistributions/ubDistBuild" " $currentTag " " vm-ingredient.img.hash.txt" > " $scriptLocal " /vm-ingredient.img.hash-upstream.txt
92+ # $(_wget_githubRelease-fromTag- stdout "soaringDistributions/ubDistBuild" "$currentTag" "vm-ingredient.img.hash.txt" | tr -dc 'a-f0-9')
9393 if [[ $( cat " $scriptLocal " /vm-ingredient.img.hash-upstream.txt | tr -dc ' a-f0-9' ) == $( cat " $scriptLocal " /vm-ingredient.img.hash-download.txt | tr -dc ' a-f0-9' ) ]]
9494 then
9595 _messagePlain_good ' good: hash'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() {
3636#export ub_setScriptChecksum_disable='true'
3737( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true'
3838export ub_setScriptChecksum_header='2591634041'
39- export ub_setScriptChecksum_contents='267392253 '
39+ export ub_setScriptChecksum_contents='1116877096 '
4040
4141# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242# WARNING: Performance may be crucial here.
@@ -58081,8 +58081,8 @@ _get_fromTag_ingredientVM() {
5808158081 echo
5808258082 cat "$scriptLocal"/vm-ingredient.img.hash-download.txt
5808358083
58084- _wget_githubRelease-stdout "soaringDistributions/ubDistBuild" "$currentTag" "vm-ingredient.img.hash.txt" > "$scriptLocal"/vm-ingredient.img.hash-upstream.txt
58085- #$(_wget_githubRelease-stdout "soaringDistributions/ubDistBuild" "$currentTag" "vm-ingredient.img.hash.txt" | tr -dc 'a-f0-9')
58084+ _wget_githubRelease-fromTag- stdout "soaringDistributions/ubDistBuild" "$currentTag" "vm-ingredient.img.hash.txt" > "$scriptLocal"/vm-ingredient.img.hash-upstream.txt
58085+ #$(_wget_githubRelease-fromTag- stdout "soaringDistributions/ubDistBuild" "$currentTag" "vm-ingredient.img.hash.txt" | tr -dc 'a-f0-9')
5808658086 if [[ $(cat "$scriptLocal"/vm-ingredient.img.hash-upstream.txt | tr -dc 'a-f0-9') == $(cat "$scriptLocal"/vm-ingredient.img.hash-download.txt | tr -dc 'a-f0-9') ]]
5808758087 then
5808858088 _messagePlain_good 'good: hash'
You can’t perform that action at this time.
0 commit comments