From a6d2837d6fe9ba25f785998f225c5532fba383f4 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 17 Oct 2018 15:10:56 -0600 Subject: [PATCH] Autoconfirm apt install. Former-commit-id: 2574f564bf47dda210aace0cea21c946e699db6d Former-commit-id: b1c27b3bf2149ad7c16d5249752543020afff584 --- 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)