Hardcoded username directory replaced with ~ (#494)
This change will cd to the current user's directory, rather than /home/username
This commit is contained in:
parent
50e2785256
commit
b21987fb4c
@ -6,7 +6,7 @@
|
|||||||
sudo add-apt-repository ppa:jonathonf/python-3.6
|
sudo add-apt-repository ppa:jonathonf/python-3.6
|
||||||
sudo apt-get update && sudo apt-get install python3.6 python3.6-dev
|
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
|
git clone https://github.com/kyuupichan/electrumx.git
|
||||||
cd electrumx
|
cd electrumx
|
||||||
sudo python3.6 setup.py install
|
sudo python3.6 setup.py install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user