mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-10-31 16:39:11 -06:00
Fix path for debs.
Former-commit-id: cc8e6d9ceea407dcc7ad4bc24860db1036c4e6ea Former-commit-id: 4de762c3702ed507d742df95a7e149707d5c5e5a
This commit is contained in:
parent
9ffb070193
commit
e0aa0c9529
1 changed files with 4 additions and 2 deletions
6
runme.sh
6
runme.sh
|
@ -62,8 +62,10 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#This is the stuff that's common to both distros
|
#This is the stuff that's common to both distros
|
||||||
bash ./debs/get-debs.sh
|
cd ./debs
|
||||||
dpkg-name ./debs/*.deb
|
bash get-debs.sh
|
||||||
|
dpkg-name *.deb
|
||||||
|
cd ..
|
||||||
rm -rf build
|
rm -rf build
|
||||||
mkdir build
|
mkdir build
|
||||||
apt install git build-essential cdebootstrap live-build curl wget -y
|
apt install git build-essential cdebootstrap live-build curl wget -y
|
||||||
|
|
Loading…
Reference in a new issue