This commit is contained in:
vinceliuice 2019-11-06 16:16:27 +08:00
parent efa1dd4306
commit 0008e56e3e

View File

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