From b70a62a931743d318bd08cadf1456b6faf5c8e40 Mon Sep 17 00:00:00 2001 From: ycdtosa <ycdtosa@users.noreply.github.com> Date: Tue, 1 Apr 2025 21:18:32 +0200 Subject: [PATCH] kickstart.sh: add missing option --offline-install-source to USAGE (#20025) * kickstart.sh: add missing option --offline-install-source to USAGE * Update packaging/installer/kickstart.sh --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> --- packaging/installer/kickstart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/installer/kickstart.sh b/packaging/installer/kickstart.sh index 0f45959655..598d9f62f1 100755 --- a/packaging/installer/kickstart.sh +++ b/packaging/installer/kickstart.sh @@ -205,6 +205,7 @@ USAGE: kickstart.sh [options] --local-build-options Specify additional options to pass to the installer code when building locally. Only valid if --build-only is also specified. --static-install-options Specify additional options to pass to the static installer code. Only valid if --static-only is also specified. --offline-architecture Limit an offline install source being prepared with --prepare-offline-install-source to only include the specified static build architecture. + --offline-install-source Specify a folder to use as installation source when working offline. Use --prepare-offline-install-source first to set up this folder. The following options are mutually exclusive and specifiy special operations other than trying to install Netdata normally or update an existing install: