diff --git a/clone-witcom.sh b/clone-witcom.sh index 80fb9da..a0044d8 100755 --- a/clone-witcom.sh +++ b/clone-witcom.sh @@ -111,11 +111,11 @@ gitclonefail 'git@github.com:witstartup/liveblock.git' 'crypto/bitcoi witgitclone 'git/crypto/realtime-crypto-data' 'crypto/realtime-crypto-data' witgitclone 'git/crypto/mining-binaries' 'crypto/mining-binaries' -gitclone 'https://github.com/ethereum-mining/ethminer.git' 'crypto/mining-code/ethminer' -gitclone 'https://github.com/ethereum/cpp-ethereum' 'crypto/mining-code/cpp-ethereum' -gitclone 'https://github.com/vthoang/cgminer.git' 'crypto/mining-code/cgminer-vthoang' -gitclone 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' -gitclone 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' +gitclonefail 'https://github.com/ethereum-mining/ethminer.git' 'crypto/mining-code/ethminer' +gitclonefail 'https://github.com/ethereum/cpp-ethereum' 'crypto/mining-code/cpp-ethereum' +gitclonefail 'https://github.com/vthoang/cgminer.git' 'crypto/mining-code/cgminer-vthoang' +gitclonefail 'https://github.com/ckolivas/cgminer.git' 'crypto/mining-code/cgminer-ckolivas' +gitclonefail 'https://github.com/zcash/zcash.git' 'crypto/mining-code/zcash' gitclonefail 'git@github.com:witstartup/www.wit.com.git' 'website/www.wit.com' gitclonefail 'git@github.com:witstartup/db.wit.com.git' 'website/db.wit.com'