diff --git a/Makefile b/Makefile index 66d291025..f923ee7d8 100644 --- a/Makefile +++ b/Makefile @@ -120,6 +120,7 @@ endef APT_BASED := $(shell command -v apt-get >/dev/null; echo $$?) sys-deps: ifeq ($(APT_BASED),0) + @$(call check_dep,golangci-lint,Missing Golangci-lint - install from https://golangci-lint.run/welcome/install/) @$(call check_dep,go,Missing Go - install from https://go.dev/doc/install or 'sudo snap install go --classic') @$(call check_dep,git,Missing Git - install with 'sudo apt install git') @$(call check_dep,gcc,Missing gcc - install with 'sudo apt install build-essential')