Skip to content

Commit

Permalink
install: fix linting and formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 committed May 6, 2024
1 parent 2fb5cac commit 16680b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ else
printf >&2 "\033[1;31m Checking dependencies...\n\033[0m"
# check that we have base dependencies
if ! {
command -v curl > /dev/null || command -v wget > /dev/null
command -v curl > /dev/null || command -v wget > /dev/null
} || ! command -v tar > /dev/null; then
printf >&2 "Online install depends on tar and either curl or wget\n"
printf >&2 "Ensure you have all dependencies installed.\n"
Expand Down

0 comments on commit 16680b0

Please sign in to comment.