update
This commit is contained in:
parent
efa1dd4306
commit
0008e56e3e
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ install_dialog() {
|
||||||
elif has_command apt-get; then
|
elif has_command apt-get; then
|
||||||
sudo apt-get install dialog
|
sudo apt-get install dialog
|
||||||
elif has_command dnf; then
|
elif has_command dnf; then
|
||||||
sudo dnf install dialog
|
sudo dnf install -y dialog
|
||||||
elif has_command yum; then
|
elif has_command yum; then
|
||||||
sudo yum install dialog
|
sudo yum install dialog
|
||||||
elif has_command pacman; then
|
elif has_command pacman; then
|
||||||
|
|
Loading…
Reference in a new issue