From e67356a6580d04598481550cb1c923e227ec0820 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Fri, 17 Jan 2020 16:19:17 -0700 Subject: [PATCH] Add new dependency from Kali. --- runme.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runme.sh b/runme.sh index 300f64be..df7fd895 100755 --- a/runme.sh +++ b/runme.sh @@ -5,7 +5,7 @@ function pause(){ } #Root check! -if [ "$EUID" -ne 0 ] +if [ "$EUID" -ne 0 ] then whiptail --backtitle "Pentest Build Script" --title "NOT ROOT" --msgbox "YOU ARE NOT ROOT. PLEASE RUN THIS SCRIPT AS ROOT." 10 55 exit 1 @@ -52,7 +52,7 @@ then Distribution: $DISTRO Desktop Environment: $DESKTOP Repository: $REPO - Shall we proceed?" 10 50) + Shall we proceed?" 10 50) then whiptail --backtitle "Pentest Build Script" --title "Build Time!" --msgbox "This will take a while. Press OK to proceed." 8 30 else @@ -64,7 +64,7 @@ fi #This is the stuff that's common to both distros rm -rf build mkdir build -apt install git build-essential cdebootstrap live-build curl wget -y +apt install git build-essential cdebootstrap live-build debian-cd curl wget -y cd ./debs bash get-debs.sh dpkg-name *.deb