mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +02:00
guix: Add curl to required tool list
This commit is contained in:
parent
e52ce9f2b3
commit
97f10621f4
@ -9,7 +9,7 @@ set -e -o pipefail
|
|||||||
################
|
################
|
||||||
# Check 1: Make sure that we can invoke required tools
|
# Check 1: Make sure that we can invoke required tools
|
||||||
################
|
################
|
||||||
for cmd in git make guix cat mkdir; do
|
for cmd in git make guix cat mkdir curl; do
|
||||||
if ! command -v "$cmd" > /dev/null 2>&1; then
|
if ! command -v "$cmd" > /dev/null 2>&1; then
|
||||||
echo "ERR: This script requires that '$cmd' is installed and available in your \$PATH"
|
echo "ERR: This script requires that '$cmd' is installed and available in your \$PATH"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user