From 2574f564bf47dda210aace0cea21c946e699db6d Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 17 Oct 2018 15:10:56 -0600 Subject: [PATCH] Autoconfirm apt install. --- runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runme.sh b/runme.sh index 88c9e7a3..92b06988 100755 --- a/runme.sh +++ b/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)