From 038a56d555833d2db3af772b890a8fc8c283120e Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 15 May 2022 21:55:54 +0100 Subject: added installer tui --- src/util.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/util.sh') diff --git a/src/util.sh b/src/util.sh index 55af05e..96d326d 100644 --- a/src/util.sh +++ b/src/util.sh @@ -76,14 +76,10 @@ wait_for_extract () { wait } -format_bytes () { - echo $@ | numfmt --to iec - -} - prompt_question () { $NOCONFIRM && return 0 printf "$1 [Y/n] " read response [ "${var%${var#?}}"x != 'nx' ] } + -- cgit v1.2.1