mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
adding missing packages
This commit is contained in:
parent
4760669b78
commit
3f8f6d4569
1 changed files with 5 additions and 0 deletions
5
featherduster/install-root-debian
Executable file
5
featherduster/install-root-debian
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -eu -o pipefail
|
||||
|
||||
apt-get -y install libgmp3-dev libncurses5-dev
|
||||
|
Loading…
Reference in a new issue