/usr/bin/env bash
This commit is contained in:
parent
98e6d30921
commit
d4bff43e17
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Dependency check
|
||||
command -v jq > /dev/null && true || printf "\033[1;31mInstall jq, then come back.\n"
|
||||
|
|
Loading…
Reference in a new issue