mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Add new dependency from Kali.
This commit is contained in:
parent
2116c00cff
commit
e67356a658
1 changed files with 3 additions and 3 deletions
2
runme.sh
2
runme.sh
|
@ -64,7 +64,7 @@ fi
|
||||||
#This is the stuff that's common to both distros
|
#This is the stuff that's common to both distros
|
||||||
rm -rf build
|
rm -rf build
|
||||||
mkdir build
|
mkdir build
|
||||||
apt install git build-essential cdebootstrap live-build curl wget -y
|
apt install git build-essential cdebootstrap live-build debian-cd curl wget -y
|
||||||
cd ./debs
|
cd ./debs
|
||||||
bash get-debs.sh
|
bash get-debs.sh
|
||||||
dpkg-name *.deb
|
dpkg-name *.deb
|
||||||
|
|
Loading…
Reference in a new issue