aboutsummaryrefslogtreecommitdiff
path: root/get_libwallet_api.sh
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-02 00:10:21 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-02 00:10:21 +0300
commit0455502ffb203ca495da44e687e2fc260820d577 (patch)
tree2f1d4e51d096b34abc65b352662f59bae0cf1da9 /get_libwallet_api.sh
parent47063790793874b63df51a7bcbc50bbb819fd80f (diff)
downloadmonzero-gui-0455502ffb203ca495da44e687e2fc260820d577.tar.gz
monzero-gui-0455502ffb203ca495da44e687e2fc260820d577.tar.xz
monzero-gui-0455502ffb203ca495da44e687e2fc260820d577.zip
bitmonero comes from monero-project's repo
Diffstat (limited to 'get_libwallet_api.sh')
-rwxr-xr-xget_libwallet_api.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 414b1f90..ffc75091 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-BITMONERO_URL=https://github.com/mbg033/bitmonero.git
+BITMONERO_URL=https://github.com/monero-project/bitmonero.git
BITMONERO_BRANCH=master
# thanks to SO: http://stackoverflow.com/a/20283965/4118915
CPU_CORE_COUNT=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)