Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
install: Use TLS v1.2 for curl
Alexis Sellier committed 1 year ago
commit c0fbff56c0f125cedf3d46faa87c435b1a77dba0
parent afc012d
1 file changed +2 -2
modified install
@@ -193,9 +193,9 @@ main() {
  URL="$(url "$TARGET")"

  info "Downloading $URL..."
-
  curl --proto '=https' --tlsv1.3 -# -L "$URL"     -o "$ARCHIVE"
+
  curl --proto '=https' --tlsv1.2 -# -L "$URL"     -o "$ARCHIVE"
  info "Downloading $URL.sig..."
-
  curl --proto '=https' --tlsv1.3 -# -L "$URL.sig" -o "$ARCHIVE.sig"
+
  curl --proto '=https' --tlsv1.2 -# -L "$URL.sig" -o "$ARCHIVE.sig"

  info "Verifying $(basename $ARCHIVE)..."
  verify "$ARCHIVE"