added missing -y switch for debug info install

This commit is contained in:
Michael Rodler 2017-01-12 10:58:18 +01:00
parent 8a7c937af6
commit 91b131398a
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash -e
apt-get install libc6-dbg
apt-get install -y libc6-dbg

View file

@ -1,4 +1,4 @@
#!/bin/bash -e
dnf install -y dnf-plugins-core
dnf debuginfo-install glibc
dnf debuginfo-install -y glibc