Skip to content

Commit

Permalink
try ssl disable againg
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Jun 14, 2023
1 parent f3f0eb5 commit 2cd5d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download-happs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

# bump this in tandem with bumping the INTEGRITY_VERSION_NUMBER
curl -sL --ssl-no-revoke https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/profiles.happ -o electron/binaries/profiles.happ
curl -sL --ssl-no-revoke https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/projects.happ -o electron/binaries/projects.happ
curl -sL --insecure https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/profiles.happ -o electron/binaries/profiles.happ
curl -sL --insecure https://github.com/lightningrodlabs/acorn-happ/releases/download/v6.0.0/projects.happ -o electron/binaries/projects.happ

0 comments on commit 2cd5d69

Please sign in to comment.