remove the default selected tasks from the software selection screen
This commit is contained in:
parent
c56e53bbd8
commit
eea2529d70
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue