Skip to content

Commit

Permalink
Merge pull request #371 from FortyNorthSecurity/addfirefox
Browse files Browse the repository at this point in the history
Updated setup script to include firefox
  • Loading branch information
ChrisTruncer authored Nov 27, 2018
2 parents 7efa2bf + 3168b99 commit 4178fde
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ case ${osinfo} in
Parrot)
apt-get update
echo '[*] Installing Parrot Dependencies'
apt-get install -y python-qt4 python-pip xvfb python-netaddr python-dev tesseract-ocr
apt-get install -y python-qt4 python-pip xvfb python-netaddr python-dev tesseract-ocr firefox-esr
echo '[*] Upgrading paramiko'
pip install --upgrade paramiko
echo '[*] Installing RDPY'
Expand All @@ -124,7 +124,7 @@ case ${osinfo} in
Debian)
apt-get update
echo '[*] Installing Debian Dependencies'
apt-get install -y cmake qt4-qmake python xvfb python-qt4 python-pip python-netaddr python-dev tesseract-ocr
apt-get install -y cmake qt4-qmake python xvfb python-qt4 python-pip python-netaddr python-dev tesseract-ocr firefox-esr
echo '[*] Upgrading paramiko'
pip install --upgrade paramiko
echo '[*] Installing RDPY'
Expand Down Expand Up @@ -167,7 +167,7 @@ case ${osinfo} in
Ubuntu)
apt-get update
echo '[*] Installing Ubuntu Dependencies'
apt-get install -y cmake qt4-qmake python python-qt4 python-pip xvfb python-netaddr python-dev libffi-dev libssl-dev tesseract-ocr
apt-get install -y cmake qt4-qmake python python-qt4 python-pip xvfb python-netaddr python-dev libffi-dev libssl-dev tesseract-ocr firefox-esr
echo '[*] Installing RDPY'
git clone https://github.com/ChrisTruncer/rdpy.git
cd rdpy
Expand Down Expand Up @@ -216,7 +216,7 @@ case ${osinfo} in
fi
echo '[*] Installing CentOS Dependencies'
yum install cmake python python-pip PyQt4 PyQt4-webkit \
python-argparse xvfb python-netaddr python-dev tesseract-ocr
python-argparse xvfb python-netaddr python-dev tesseract-ocr firefox-esr
echo
echo '[*] Installing RDPY'
git clone https://github.com/ChrisTruncer/rdpy.git
Expand Down

0 comments on commit 4178fde

Please sign in to comment.