Fix shebang for contrib scripts

This commit is contained in:
John L. Jegutanis 2017-04-05 15:31:38 +03:00
parent 30df09534f
commit cf08903d12
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
###############