From 986730217e76181316067ac93e26035c73438bac Mon Sep 17 00:00:00 2001 From: YannickVandereycken <91282328+YannickVandereycken@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:06:43 +0200 Subject: [PATCH] fixed dos2unix package fixed dos2unix package, which seemed to be a copy of the second to last package `libcompress-raw-lzma-perl` added 2 extra -y for last 2 packages removed some extra newlines --- ignition_key.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ignition_key.sh b/ignition_key.sh index 75dcd92..c6f1a23 100755 --- a/ignition_key.sh +++ b/ignition_key.sh @@ -27,8 +27,6 @@ then exit fi - - BLUE "Updating repositories..." sudo apt update @@ -211,7 +209,6 @@ wget "https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.3.14-Linux.deb" dpkg -i Hopper-v4-4.3.14-Linux.deb rm Hopper-v4-4.3.14-Linux.deb - BLUE "Installing Oracle Java 8..." echo "" | sudo add-apt-repository ppa:webupd8team/java sudo apt-get update @@ -242,7 +239,6 @@ sudo pip install iptools BLUE "Installing Python library OpenSSL..." sudo pip install pyopenssl - BLUE "Installing Python library pydispatch..." sudo pip install pydispatch @@ -255,7 +251,6 @@ sudo apt install -y cmake BLUE "Installing mplayer..." sudo apt install -y mplayer - BLUE "Installing sshpass..." sudo apt install -y sshpass @@ -266,7 +261,7 @@ BLUE "Installing Python scapy..." sudo pip install scapy BLUE "Installing the thing that 7z2john.pl needs..." -sudo apt install libcompress-raw-lzma-perl +sudo apt install -y libcompress-raw-lzma-perl BLUE "Installing dos2unix..." -sudo apt install libcompress-raw-lzma-perl +sudo apt install -y dos2unix