add depends for borgbackup and pip
This commit is contained in:
parent
0bc3d9b1fe
commit
7c0bb0e642
|
@ -173,4 +173,12 @@ function checkDepends() {
|
|||
$('#perl').switchButton({checked: true});
|
||||
$('#perl', '.pkgvalue').val('yes');
|
||||
}
|
||||
if ($('#borgbackup')[0].checked) {
|
||||
$('#python3').switchButton({checked: true});
|
||||
$('#python3', '.pkgvalue').val('yes');
|
||||
}
|
||||
if ($('#pip')[0].checked) {
|
||||
$('#python').switchButton({checked: true});
|
||||
$('#python', '.pkgvalue').val('yes');
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user