From 81cb0e4a74534815e71cece937444dce5650319c Mon Sep 17 00:00:00 2001 From: tooptoop4 <33283496+tooptoop4@users.noreply.github.com> Date: Sat, 9 Nov 2024 05:39:36 +1100 Subject: [PATCH] Signed-off-by: tooptoop4 <33283496+tooptoop4@users.noreply.github.com> --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index b324d746cc53..00552cf9b8ff 100644 --- a/Makefile +++ b/Makefile @@ -533,13 +533,8 @@ dist/argosay: .PHONY: kit kit: Makefile ifeq ($(shell command -v kit),) -ifeq ($(shell uname),Darwin) - brew tap kitproj/kit --custom-remote https://github.com/kitproj/kit - brew install kit -else curl -q https://raw.githubusercontent.com/kitproj/kit/main/install.sh | tag=v0.1.8 sh endif -endif .PHONY: start