Fix shebang for contrib scripts
This commit is contained in:
parent
30df09534f
commit
cf08903d12
@ -1,3 +1,3 @@
|
|||||||
j#!/bin/sh
|
#!/bin/sh
|
||||||
echo "Launching ElectrumX server..."
|
echo "Launching ElectrumX server..."
|
||||||
exec 2>&1 envdir ./env /bin/sh -c 'envuidgid $USERNAME python3 $ELECTRUMX'
|
exec 2>&1 envdir ./env /bin/sh -c 'envuidgid $USERNAME python3 $ELECTRUMX'
|
||||||
|
|||||||
@ -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 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
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
###################
|
###################
|
||||||
# install electrumx
|
# install electrumx
|
||||||
###################
|
###################
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
###############
|
###############
|
||||||
# run_electrumx
|
# run_electrumx
|
||||||
###############
|
###############
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user