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