mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 14:32:34 +00:00
added hashkill dependencies
This commit is contained in:
parent
d653f5f1f8
commit
0ad0c02848
2 changed files with 6 additions and 0 deletions
3
hashkill/install-root-archlinux
Normal file
3
hashkill/install-root-archlinux
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
pacman -Syu --noconfirm --needed openssl
|
3
hashkill/install-root-debian
Normal file
3
hashkill/install-root-debian
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
apt-get install libssl-dev
|
Loading…
Reference in a new issue