From 99c5be14a948cd35fb6ca0aa79dfca383821c1dd Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 21 Dec 2020 12:19:05 +0800 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dbf2ce0..9d9896d 100755 --- a/install.sh +++ b/install.sh @@ -415,7 +415,7 @@ remove() { } # Show terminal user interface for better use -if [[ $# -lt 1 ]] && [[ $UID -ne $ROOT_UID ]] && [[ -x /usr/bin/dialog ]] ; then +if [[ $# -lt 1 ]] && [[ -x /usr/bin/dialog ]] ; then run_dialog fi