v0.10.2.1 not 0.10.2.1
This commit is contained in:
parent
8ab38b4d79
commit
f89b709f93
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ sudo systemctl enable ntp
|
|||
cd /usr/local/src
|
||||
sudo git clone https://github.com/monero-project/monero.git
|
||||
cd monero
|
||||
sudo git checkout 0.10.2.1
|
||||
sudo git checkout v0.10.2.1
|
||||
sudo make -j$(nproc)
|
||||
sudo cp ~/nodejs-pool/deployment/monero.service /lib/systemd/system/
|
||||
sudo useradd -m monerodaemon -d /home/monerodaemon
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ sudo systemctl enable ntp
|
|||
cd /usr/local/src
|
||||
sudo git clone https://github.com/monero-project/monero.git
|
||||
cd monero
|
||||
sudo git checkout 0.10.2.1
|
||||
sudo git checkout v0.10.2.1
|
||||
sudo make -j$(nproc)
|
||||
sudo cp ~/nodejs-pool/deployment/monero.service /lib/systemd/system/
|
||||
sudo useradd -m monerodaemon -d /home/monerodaemon
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue