Task summary
The IDEasy setup script should use the --trace option so that if an installation failed, we can analyze the problem easier.
Additional context
Simply enhance the setup script e.g. change:
./bin/ideasy -f install
to:
./bin/ideasy -ft install
Task summary
The IDEasy setup script should use the --trace option so that if an installation failed, we can analyze the problem easier.
Additional context
Simply enhance the setup script e.g. change:
./bin/ideasy -f installto:
./bin/ideasy -ft install