Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions ignition_key.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ then
exit
fi



BLUE "Updating repositories..."
sudo apt update

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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