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>
ycdtosa committed
Apr 1, 2025 at 21:18 UTC
b70a62a931743d318bd08cadf1456b6faf5c8e40
1 file changed
+1
packaging/installer/kickstart.sh
+1
@@ -205,6 +205,7 @@ USAGE: kickstart.sh [options]
205
--local-build-options Specify additional options to pass to the installer code when building locally. Only valid if --build-only is also specified.
206
--static-install-options Specify additional options to pass to the static installer code. Only valid if --static-only is also specified.
207
--offline-architecture Limit an offline install source being prepared with --prepare-offline-install-source to only include the specified static build architecture.
208
+ --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.
209
210
The following options are mutually exclusive and specifiy special operations other than trying to install Netdata normally or update an existing install:
211