From 3825a3a401dcf56e459cfea40778afe6d4e06967 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 18 Aug 2026 18:22:08 +0400 Subject: [PATCH] new installation process --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index da46245..00438dd 100755 --- a/install.sh +++ b/install.sh @@ -60,9 +60,7 @@ assert_supported_distro sudo_root deployment_type_adjective="${1:-installed}" # self-upgrade provides 'upgrade' - if once_installed; then upgrade; else install; fi - if [[ $deployment_type_adjective == 'installed' ]]; then exec bash -l fi