mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
adding required packages
This commit is contained in:
parent
4760669b78
commit
f3e4bb0d34
1 changed files with 5 additions and 0 deletions
5
pemcrack/install-root-debian
Executable file
5
pemcrack/install-root-debian
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -eu -o pipefail
|
||||
|
||||
apt-get -y install libssl-dev
|
||||
|
Loading…
Reference in a new issue