aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-26 22:57:45 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-26 22:57:45 +0300
commitad2943fb204112ec64609b7c1e00df946664e26d (patch)
treed9e9dceb58ea9159f352517f5fb2cff723ccc0d4
parentf402fd9e7d26f5b2bc56c55322a7a97ebb3dbe66 (diff)
downloadmonzero-gui-ad2943fb204112ec64609b7c1e00df946664e26d.tar.gz
monzero-gui-ad2943fb204112ec64609b7c1e00df946664e26d.tar.xz
monzero-gui-ad2943fb204112ec64609b7c1e00df946664e26d.zip
libwallet_api: switched to main repo
-rwxr-xr-xget_libwallet_api.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/get_libwallet_api.sh b/get_libwallet_api.sh
index 0cc850ed..875ca2e9 100755
--- a/get_libwallet_api.sh
+++ b/get_libwallet_api.sh
@@ -1,10 +1,10 @@
#!/bin/bash
-# MONERO_URL=https://github.com/monero-project/monero.git
-# MONERO_BRANCH=master
-MONERO_URL=https://github.com/mbg033/monero.git
-MONERO_BRANCH=develop
+MONERO_URL=https://github.com/monero-project/monero.git
+MONERO_BRANCH=master
+# MONERO_URL=https://github.com/mbg033/monero.git
+# MONERO_BRANCH=develop
# thanks to SO: http://stackoverflow.com/a/20283965/4118915
CPU_CORE_COUNT=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
pushd $(pwd)