mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Update submodules prior to build.
This commit is contained in:
parent
6217ff990c
commit
16d69223aa
1 changed files with 2 additions and 0 deletions
2
runme.sh
2
runme.sh
|
@ -64,6 +64,8 @@ fi
|
||||||
#This is the stuff that's common to both distros
|
#This is the stuff that's common to both distros
|
||||||
rm -rf build
|
rm -rf build
|
||||||
mkdir build
|
mkdir build
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
apt install git build-essential cdebootstrap live-build debian-cd curl wget -y
|
apt install git build-essential cdebootstrap live-build debian-cd curl wget -y
|
||||||
cd ./debs
|
cd ./debs
|
||||||
bash get-debs.sh
|
bash get-debs.sh
|
||||||
|
|
Loading…
Reference in a new issue