mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Recreate the directory BEFORE putting stuff there...
Former-commit-id: 7e855575d1f457f82d6898e5a5c6738a9d7ebf41 Former-commit-id: 046ff6d4cd5c95058197df4cb705a1b70f46ed02
This commit is contained in:
parent
8f1cec455d
commit
36c43c64ab
1 changed files with 3 additions and 3 deletions
6
runme.sh
6
runme.sh
|
@ -62,14 +62,14 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#This is the stuff that's common to both distros
|
#This is the stuff that's common to both distros
|
||||||
|
rm -rf build
|
||||||
|
mkdir build
|
||||||
|
apt install git build-essential cdebootstrap live-build curl wget -y
|
||||||
cd ./debs
|
cd ./debs
|
||||||
bash get-debs.sh
|
bash get-debs.sh
|
||||||
dpkg-name *.deb
|
dpkg-name *.deb
|
||||||
dpkg-name ./build/*.deb
|
dpkg-name ./build/*.deb
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf build
|
|
||||||
mkdir build
|
|
||||||
apt install git build-essential cdebootstrap live-build curl wget -y
|
|
||||||
|
|
||||||
case $DISTRO in
|
case $DISTRO in
|
||||||
Kali)
|
Kali)
|
||||||
|
|
Loading…
Reference in a new issue