From f5d09d569cadbb89ee499f12829ad381854ad9fb Mon Sep 17 00:00:00 2001 From: clsty Date: Sun, 19 Oct 2025 09:52:11 +0800 Subject: [PATCH] Update comment --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4ab12c410..c24f3c24b 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash -# TODO: Handle TAB completion for ./setup with non-intrusive method -# TODO: Remove this script (install.sh) after TAB completion of ./setup is handled +# TODO: Handle TAB completion for ./setup with non-intrusive method, +# or other shortcut helper like TUI. +# After that, remove this script (install.sh). #STY_RED='\e[31m'