From f935efc516500a5346ca14bfe89a95d6ff7e97b6 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Tue, 27 Aug 2019 18:25:51 -0600 Subject: [PATCH] Recreate the directory BEFORE putting stuff there... Former-commit-id: 7e855575d1f457f82d6898e5a5c6738a9d7ebf41 Former-commit-id: 046ff6d4cd5c95058197df4cb705a1b70f46ed02 --- runme.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runme.sh b/runme.sh index 32256be9..2edf0f14 100755 --- a/runme.sh +++ b/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)