From 7511da398021f0450dfefba821d4e90d32cadcce Mon Sep 17 00:00:00 2001 From: Dakota Paasman <122491662+dpaasman00@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:21:00 -0500 Subject: [PATCH] chore: Add uninstall usage blurb to install_unix.sh (#1971) add uninstall usage blurb --- scripts/install/install_unix.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install/install_unix.sh b/scripts/install/install_unix.sh index c43e8dd67..a1c779989 100755 --- a/scripts/install/install_unix.sh +++ b/scripts/install/install_unix.sh @@ -183,6 +183,9 @@ Usage: set to configure the agent version. Example: '-v 1.2.12' will download 1.2.12. + $(fg_yellow '-r, --uninstall') + Stops the agent services and uninstalls the agent. + $(fg_yellow '-l, --url') Defines the URL that the components will be downloaded from. If not provided, this will default to BindPlane Agent\'s GitHub releases.