mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Make sure bash can be found on *BSD
This commit is contained in:
parent
8390da9b7b
commit
fc220c17ec
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# This script creates a virtualenv named 'env' and installs all
|
||||
# python dependencies before activating the env and running Electrum.
|
||||
|
|
Loading…
Add table
Reference in a new issue