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)