From b21987fb4c88544af3b028173e8d9cf36fcaa719 Mon Sep 17 00:00:00 2001 From: Daniel Shakhmundes Date: Thu, 14 Jun 2018 11:09:31 -0400 Subject: [PATCH] Hardcoded username directory replaced with ~ (#494) This change will cd to the current user's directory, rather than /home/username --- contrib/python3.6/python-3.6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/python3.6/python-3.6.sh b/contrib/python3.6/python-3.6.sh index 9472ce7..dfebb38 100644 --- a/contrib/python3.6/python-3.6.sh +++ b/contrib/python3.6/python-3.6.sh @@ -6,7 +6,7 @@ sudo add-apt-repository ppa:jonathonf/python-3.6 sudo apt-get update && sudo apt-get install python3.6 python3.6-dev -cd /home/username +cd ~ git clone https://github.com/kyuupichan/electrumx.git cd electrumx sudo python3.6 setup.py install