Skip to content

Commit

Permalink
fix bitkeeper download location due to expired ssl certs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarzanek committed Apr 4, 2017
1 parent 75c1c5a commit b8a6d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down

0 comments on commit b8a6d82

Please sign in to comment.