mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Autoconfirm apt install.
Former-commit-id: 2574f564bf
Former-commit-id: b1c27b3bf2149ad7c16d5249752543020afff584
This commit is contained in:
parent
5d98ea3735
commit
a6d2837d6f
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