Skip to content

Commit 4b2ed01

Browse files
committed
try wget
1 parent d8fb802 commit 4b2ed01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/download-happs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
# bump this in tandem with bumping the INTEGRITY_VERSION_NUMBER
4-
curl -sL --insecure https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/profiles.happ -o electron/binaries/profiles.happ
5-
curl -sL --insecure https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/projects.happ -o electron/binaries/projects.happ
4+
wget https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/profiles.happ -O electron/binaries/profiles.happ
5+
wget https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/projects.happ -O electron/binaries/projects.happ

0 commit comments

Comments
 (0)