Don't log that into the git index.

This commit is contained in:
Alexander Blair 2017-02-28 07:30:36 -08:00
parent bde0052c80
commit cd3cabd150

View file

@ -5,7 +5,7 @@ echo "Continuing install, this will prompt you for your password if you didn't e
cd /usr/local/src/monero
sudo checkout .
sudo checkout v0.10.2.1
curl -L https://raw.githubusercontent.com/Snipa22/nodejs-pool/master/deployment/monero_daemon.patch | sudo git apply -v --index
curl -L https://raw.githubusercontent.com/Snipa22/nodejs-pool/master/deployment/monero_daemon.patch | sudo git apply -v
sudo rm -rf build
sudo make -j$(nproc)
echo "Done building the new Monero daemon! Please go ahead and reboot monero with: sudo systemctl restart monero as soon as the pool source is updated!"