From c23ff4faf012ee6c0680dac07b3a3b15ac35acba Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 18 Aug 2026 18:20:56 +0400 Subject: [PATCH] new installation process --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3f96c4f..da46245 100755 --- a/install.sh +++ b/install.sh @@ -58,7 +58,8 @@ function sudo_root { set -Eeuo pipefail assert_supported_distro sudo_root -deployment_type_adjective="${1:-installed}" + +deployment_type_adjective="${1:-installed}" # self-upgrade provides 'upgrade' if once_installed; then upgrade; else install; fi