From 5ab53e4e42e95c4f7738286bee8d0a3e6bb346ac Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Sun, 10 Jan 2021 03:11:53 +0000 Subject: [PATCH] Update --- debi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debi.sh b/debi.sh index 282aac0..8aa4b98 100755 --- a/debi.sh +++ b/debi.sh @@ -520,7 +520,7 @@ EOF [ "$bbr" = true ] && late_command '{ echo "net.core.default_qdisc=fq"; echo "net.ipv4.tcp_congestion_control=bbr"; } > /etc/sysctl.d/bbr.conf' -[ -n "$in_target" ] && echo "d-i preseed/late_command string in-target dash -c '$in_target'" | $save_preseed +[ -n "$in_target" ] && echo "d-i preseed/late_command string in-target sh -c '$in_target'" | $save_preseed [ "$power_off" = true ] && echo 'd-i debian-installer/exit/poweroff boolean true' | $save_preseed