From cd3cabd1501d8453410894dfd7a9e17acc64d171 Mon Sep 17 00:00:00 2001 From: Alexander Blair Date: Tue, 28 Feb 2017 07:30:36 -0800 Subject: [PATCH] Don't log that into the git index. --- deployment/upgrade_monero.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/upgrade_monero.bash b/deployment/upgrade_monero.bash index 0d72867..3e91ade 100644 --- a/deployment/upgrade_monero.bash +++ b/deployment/upgrade_monero.bash @@ -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!" \ No newline at end of file