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