Update install.sh

This commit is contained in:
vinceliuice 2020-12-21 12:19:05 +08:00
parent f3b5e2783e
commit 99c5be14a9

View File

@ -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