mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 09:40:10 -07:00
Autoconfirm apt install.
Former-commit-id: 3f445664a8caf07d0066df6fc4e51431ff2ea74e Former-commit-id: b1c27b3bf2149ad7c16d5249752543020afff584
This commit is contained in:
parent
52a9131066
commit
03f7447a17
1 changed files with 1 additions and 1 deletions
2
runme.sh
2
runme.sh
|
@ -65,7 +65,7 @@ fi
|
|||
dpkg-name ./debs/*.deb
|
||||
rm -rf build
|
||||
mkdir build
|
||||
apt install git build-essential cdebootstrap live-build curl wget
|
||||
apt install git build-essential cdebootstrap live-build curl wget -y
|
||||
|
||||
case $DISTRO in
|
||||
Kali)
|
||||
|
|
Loading…
Reference in a new issue