From 51496bf9cd548146be094af05e9eb6911dda0288 Mon Sep 17 00:00:00 2001 From: sys4 Date: Thu, 20 Mar 2025 14:19:13 +0100 Subject: [PATCH] Add new note in help --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index cb76db5..d9c193b 100755 --- a/install.sh +++ b/install.sh @@ -36,6 +36,9 @@ usage() { echo -e "\t--url Custom remote URL." echo -e "\t--branch Choose the version to install (stable by default)" echo + echo "Notes:" + echo -e "\tThis install script should be able to upgrade a current nalc-sever installation." + echo echo "License: GPLv3. Please read the LICENSE file." echo "Author: Sys4 - https://sys4.fr#contact"