Skip to content

Commit

Permalink
ci: add mkcert check
Browse files Browse the repository at this point in the history
  • Loading branch information
frugan-dev committed Nov 5, 2024
1 parent 5a531a3 commit 042a11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ endif

check:
@echo "Checking requirements"
@command -v mkcert >/dev/null 2>&1 || { echo >&2 "mkcert is required but not installed. Aborting."; exit 1; }
@command -v curl >/dev/null 2>&1 || { echo >&2 "curl is required but not installed. Aborting."; exit 1; }
@command -v git >/dev/null 2>&1 || { echo >&2 "git is required but not installed. Aborting."; exit 1; }
@command -v rsync >/dev/null 2>&1 || { echo >&2 "rsync is required but not installed. Aborting."; exit 1; }
Expand Down

0 comments on commit 042a11c

Please sign in to comment.