Update install.sh
This commit is contained in:
parent
f3b5e2783e
commit
99c5be14a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue