Browse Source

new installation process

main
pvincent 3 weeks ago
parent
commit
3825a3a401
  1. 2
      install.sh

2
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
Loading…
Cancel
Save