Made the installer ask the user to update configs.

This commit is contained in:
2025-03-20 05:42:51 +03:00
parent 7a86059ab7
commit 9f09ca5b35

View File

@@ -291,6 +291,7 @@ install() {
return 1 return 1
fi fi
update_config
if ! build_docker_image; then if ! build_docker_image; then
print_header "Failed to build Docker image." print_header "Failed to build Docker image."
return 1 return 1
@@ -665,8 +666,6 @@ main() {
} }
# Run the script with the provided arguments # Run the script with the provided arguments
load_config
update_config
main "$@" main "$@"