mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Recreate the directory BEFORE putting stuff there...
Former-commit-id: 7e855575d1f457f82d6898e5a5c6738a9d7ebf41 Former-commit-id: 046ff6d4cd5c95058197df4cb705a1b70f46ed02
This commit is contained in:
parent
406fa62661
commit
f935efc516
1 changed files with 3 additions and 3 deletions
6
runme.sh
6
runme.sh
|
@ -62,14 +62,14 @@ then
|
|||
fi
|
||||
|
||||
#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
|
||||
bash get-debs.sh
|
||||
dpkg-name *.deb
|
||||
dpkg-name ./build/*.deb
|
||||
cd ..
|
||||
rm -rf build
|
||||
mkdir build
|
||||
apt install git build-essential cdebootstrap live-build curl wget -y
|
||||
|
||||
case $DISTRO in
|
||||
Kali)
|
||||
|
|
Loading…
Reference in a new issue