Update install.sh

pull/109/head
vinceliuice 6 years ago
parent f3b5e2783e
commit 99c5be14a9

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

Loading…
Cancel
Save