Recreate the directory BEFORE putting stuff there...

Former-commit-id: 7e855575d1f457f82d6898e5a5c6738a9d7ebf41
Former-commit-id: 046ff6d4cd5c95058197df4cb705a1b70f46ed02
This commit is contained in:
Kaj Forney 2019-08-27 18:25:51 -06:00
parent 406fa62661
commit f935efc516

View file

@ -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)