new installation process
This commit is contained in:
+5
-1
@@ -59,5 +59,9 @@ set -Eeuo pipefail
|
|||||||
assert_supported_distro
|
assert_supported_distro
|
||||||
sudo_root
|
sudo_root
|
||||||
deployment_type_adjective="${1:-installed}"
|
deployment_type_adjective="${1:-installed}"
|
||||||
|
|
||||||
if once_installed; then upgrade; else install; fi
|
if once_installed; then upgrade; else install; fi
|
||||||
[[ $deployment_type_adjective == 'installed' ]] && exec bash -l
|
|
||||||
|
if [[ $deployment_type_adjective == 'installed' ]]; then
|
||||||
|
exec bash -l
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user