fix depends
This commit is contained in:
parent
5648ad25ec
commit
345b58a6e7
|
@ -160,6 +160,12 @@ function checkDepends() {
|
||||||
if ($('#screen')[0].checked) {
|
if ($('#screen')[0].checked) {
|
||||||
$('#utempter').switchButton({checked: true});
|
$('#utempter').switchButton({checked: true});
|
||||||
$('#utempter', '.pkgvalue').val('yes');
|
$('#utempter', '.pkgvalue').val('yes');
|
||||||
|
$('#ncurses-terminfo').switchButton({checked: true});
|
||||||
|
$('#ncurses-terminfo', '.pkgvalue').val('yes');
|
||||||
|
}
|
||||||
|
if ($('#tmux')[0].checked) {
|
||||||
|
$('#ncurses-terminfo').switchButton({checked: true});
|
||||||
|
$('#ncurses-terminfo', '.pkgvalue').val('yes');
|
||||||
}
|
}
|
||||||
if ($('#expect')[0].checked) {
|
if ($('#expect')[0].checked) {
|
||||||
$('#tcl').switchButton({checked: true});
|
$('#tcl').switchButton({checked: true});
|
||||||
|
@ -176,9 +182,9 @@ function checkDepends() {
|
||||||
if ($('#borgbackup')[0].checked) {
|
if ($('#borgbackup')[0].checked) {
|
||||||
$('#python3').switchButton({checked: true});
|
$('#python3').switchButton({checked: true});
|
||||||
$('#python3', '.pkgvalue').val('yes');
|
$('#python3', '.pkgvalue').val('yes');
|
||||||
}
|
$('#python-setuptools').switchButton({checked: true});
|
||||||
if ($('#pip')[0].checked) {
|
$('#python-setuptools', '.pkgvalue').val('yes');
|
||||||
$('#python').switchButton({checked: true});
|
$('#llfuse').switchButton({checked: true});
|
||||||
$('#python', '.pkgvalue').val('yes');
|
$('#llfuse', '.pkgvalue').val('yes');
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user