mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
libwallet_api: switched to main repo
This commit is contained in:
parent
f402fd9e7d
commit
ad2943fb20
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
# MONERO_URL=https://github.com/monero-project/monero.git
|
MONERO_URL=https://github.com/monero-project/monero.git
|
||||||
# MONERO_BRANCH=master
|
MONERO_BRANCH=master
|
||||||
MONERO_URL=https://github.com/mbg033/monero.git
|
# MONERO_URL=https://github.com/mbg033/monero.git
|
||||||
MONERO_BRANCH=develop
|
# MONERO_BRANCH=develop
|
||||||
# thanks to SO: http://stackoverflow.com/a/20283965/4118915
|
# thanks to SO: http://stackoverflow.com/a/20283965/4118915
|
||||||
CPU_CORE_COUNT=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
|
CPU_CORE_COUNT=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
|
||||||
pushd $(pwd)
|
pushd $(pwd)
|
||||||
|
|
Loading…
Reference in a new issue