refactor: add pre-tasks for installing Ansible collections and improve final setup messages
All checks were successful
Nix Format Check / check-format (push) Successful in 37s
All checks were successful
Nix Format Check / check-format (push) Successful in 37s
This commit is contained in:
8
setup.sh
8
setup.sh
@@ -387,12 +387,10 @@ main() {
|
||||
# Create setup marker
|
||||
touch "$SETUP_MARKER" || die "Failed to create setup marker"
|
||||
|
||||
# Initial run of dotf update
|
||||
dotf update || die "Failed to run 'dotf update', please see the output for more information"
|
||||
|
||||
# Final success message
|
||||
log_success "\nSetup complete, it shouldn't be necessary but to be sure, please restart your shell.\n"
|
||||
log_success "You can now run 'dotf' to manage your dotfiles.\n"
|
||||
log_success "\nSetup complete. Please logout / restart to continue with 'dotf update'.\n"
|
||||
log_error "\n!!! Please logout / restart to continue !!!"
|
||||
log_error "~~~ Proceed by running 'dotf update' ~~~\n"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
Reference in New Issue
Block a user