We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7da22 commit 9336baaCopy full SHA for 9336baa
1 file changed
overlay/tmp/install
@@ -49,7 +49,8 @@ def install_source [] {
49
bf write debug $"WordPress download url: ($url)." install_source
50
51
# get source download hash
52
- let hash = bf http download $"($url).sha1"
+ let sha1 = "wp.sha1"
53
+ let hash = bf http download $"($url).sha1" $sha1 | open --raw $sha1
54
bf write debug $"SHA1 hash for WordPress ($wp_version) [($wp_locale)]:(char newline)($hash)" install_source
55
56
# download source files to /tmp and verify checksum
0 commit comments