From 8593f0d5f1870dab223e538ea73e9f09f00e8aa8 Mon Sep 17 00:00:00 2001 From: server Date: Tue, 21 Jan 2025 16:01:40 -0500 Subject: [PATCH] Tue Jan 21 04:01:40 PM EST 2025 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fc3dadc..3b84679 100644 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ elif [ "$1" = "install" ] then set -x -e sudo cp bin/rosado-api /usr/local/bin/rosado-api -elif [ "$1" = "uninstall" ] +elif [ "$1" = "uninstall" ] || [ "$1" = "remove" ] then set -x -e sudo rm /usr/local/bin/rosado-api -- 2.39.5