mirror of
https://github.com/aljazceru/nigiri.git
synced 2025-12-18 14:54:21 +01:00
fix: /bin/bash: no such file or directory (#175)
Adds support for other OSes where the bash binary might be located in a different path
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user