From 0008e56e3e7fbead1a79ff449da7156310539c1e Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Wed, 6 Nov 2019 16:16:27 +0800 Subject: [PATCH] update --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d3f5496..6a7adf3 100755 --- a/install.sh +++ b/install.sh @@ -188,7 +188,7 @@ install_dialog() { elif has_command apt-get; then sudo apt-get install dialog elif has_command dnf; then - sudo dnf install dialog + sudo dnf install -y dialog elif has_command yum; then sudo yum install dialog elif has_command pacman; then