remove the default selected tasks from the software selection screen

This commit is contained in:
manuel 2023-11-04 21:05:51 -01:00
parent c56e53bbd8
commit eea2529d70
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ sub task_test {
$task->{_install} = 0;
}
elsif ($ret == 2) {
$task->{_display} = 1;
$task->{_display} = 0;
$task->{_install} = 1;
}
elsif ($ret == 3) {