From 460692d741da1949a6edd45a49b2300fdd9165a6 Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 11 Aug 2024 05:17:18 +0300 Subject: [PATCH] fix: remove testing install function from which --- src/which/pkg.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/which/pkg.sh b/src/which/pkg.sh index 85cc01f..674b70f 100644 --- a/src/which/pkg.sh +++ b/src/which/pkg.sh @@ -20,7 +20,3 @@ PACKAGE(){ cd .. && rm -r "${NAME}-${VERSION}" } - -INSTALL(){ - echo "Testing the install script" -}