pub async fn run_setup(debug: bool) -> Result<(), String>
Execute the setup command.
setup
Runs a non-interactive set of package installs. When debug is true, prints the command and raw output for diagnostics.
debug