Merge pull request #166 from erasmospunk/shebang

Fix shebang for contrib scripts
This commit is contained in:
Neil 2017-04-05 21:51:38 +09:00 committed by GitHub
commit 7955b731a3
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,3 @@
j#!/bin/sh
#!/bin/sh
echo "Launching ElectrumX server..."
exec 2>&1 envdir ./env /bin/sh -c 'envuidgid $USERNAME python3 $ELECTRUMX'

View File

@ -1,5 +1,7 @@
Installation of Python 3.6
--------------------------
#!/bin/sh
###########################
#Installation of 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

View File

@ -1,3 +1,4 @@
#!/bin/sh
###################
# install electrumx
###################

View File

@ -1,3 +1,4 @@
#!/bin/sh
###############
# run_electrumx
###############