From 023cd885232528c084bc2e7dc3605bbc01aac332 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Fri, 8 Jan 2021 16:11:10 +0800 Subject: [PATCH] Update debi.sh --- debi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debi.sh b/debi.sh index d022a9b..69d39ea 100755 --- a/debi.sh +++ b/debi.sh @@ -567,7 +567,7 @@ if [ "$dry_run" != true ]; then mkdir -p /etc/default/grub.d tee /etc/default/grub.d/zz-debi.cfg 1>&2 << 'EOF' -GRUB_DEFAULT=0 +GRUB_DEFAULT=debi GRUB_TIMEOUT=5 GRUB_TIMEOUT_STYLE=menu EOF