From b8a6d825ddb7ea7bf6cf1bb2f82829361f243890 Mon Sep 17 00:00:00 2001 From: Lubos Kosco Date: Tue, 4 Apr 2017 18:03:23 +0200 Subject: [PATCH] fix bitkeeper download location due to expired ssl certs --- scripts/install-bitkeeper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install-bitkeeper.sh b/scripts/install-bitkeeper.sh index c1abd56d826..1b579bca4da 100755 --- a/scripts/install-bitkeeper.sh +++ b/scripts/install-bitkeeper.sh @@ -1,9 +1,9 @@ -#!/bin/sh +#!/bin/sh -x if [ `uname -m` = "x86_64" ]; then - curl -o bkinst.bin https://www.bitkeeper.com/downloads/7.3.1ce/bk-7.3.1ce-x86_64-glibc219-linux.bin + curl -o bkinst.bin http://www.bitkeeper.org/downloads/7.3.1ce/bk-7.3.1ce-x86_64-glibc219-linux.bin else - curl -o bkinst.bin https://www.bitkeeper.com/downloads/7.3.1ce/bk-7.3.1ce-x86-glibc219-linux.bin + curl -o bkinst.bin http://www.bitkeeper.org/downloads/7.3.1ce/bk-7.3.1ce-x86-glibc219-linux.bin fi chmod +x bkinst.bin