Projects STRLCPY btcrecover Commits c5f6791c
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .travis.install-dependencies.sh
    skipped 23 lines
    24 24   
    25 25  # Download, compile, and install prerequisites for bitcoinj wallets
    26 26   
    27  -sudo apt-get -yq install python-pip
    28  -sudo /usr/bin/pip install -q protobuf scrypt pylibscrypt
     27 +curl -fsS --retry 10 https://bootstrap.pypa.io/get-pip.py | sudo python
     28 +sudo /usr/local/bin/pip install -q protobuf scrypt pylibscrypt
    29 29   
Please wait...
Page is in error, reload to recover