new installation process

This commit is contained in:
pvincent
2026-08-18 18:22:08 +04:00
parent 5148f44e7a
commit 3825a3a401
-2
View File
@@ -60,9 +60,7 @@ assert_supported_distro
sudo_root sudo_root
deployment_type_adjective="${1:-installed}" # self-upgrade provides 'upgrade' deployment_type_adjective="${1:-installed}" # self-upgrade provides 'upgrade'
if once_installed; then upgrade; else install; fi if once_installed; then upgrade; else install; fi
if [[ $deployment_type_adjective == 'installed' ]]; then if [[ $deployment_type_adjective == 'installed' ]]; then
exec bash -l exec bash -l
fi fi