From 0455502ffb203ca495da44e687e2fc260820d577 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Fri, 2 Sep 2016 00:10:21 +0300 Subject: [PATCH] bitmonero comes from monero-project's repo --- get_libwallet_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)