mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
added missing -y switch for debug info install
This commit is contained in:
parent
8a7c937af6
commit
91b131398a
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get install libc6-dbg
|
||||
apt-get install -y libc6-dbg
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
dnf install -y dnf-plugins-core
|
||||
dnf debuginfo-install glibc
|
||||
dnf debuginfo-install -y glibc
|
||||
|
|
Loading…
Reference in a new issue