Skip to content

Commit 4178fde

Browse files
authored
Merge pull request #371 from FortyNorthSecurity/addfirefox
Updated setup script to include firefox
2 parents 7efa2bf + 3168b99 commit 4178fde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/setup.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ case ${osinfo} in
101101
Parrot)
102102
apt-get update
103103
echo '[*] Installing Parrot Dependencies'
104-
apt-get install -y python-qt4 python-pip xvfb python-netaddr python-dev tesseract-ocr
104+
apt-get install -y python-qt4 python-pip xvfb python-netaddr python-dev tesseract-ocr firefox-esr
105105
echo '[*] Upgrading paramiko'
106106
pip install --upgrade paramiko
107107
echo '[*] Installing RDPY'
@@ -124,7 +124,7 @@ case ${osinfo} in
124124
Debian)
125125
apt-get update
126126
echo '[*] Installing Debian Dependencies'
127-
apt-get install -y cmake qt4-qmake python xvfb python-qt4 python-pip python-netaddr python-dev tesseract-ocr
127+
apt-get install -y cmake qt4-qmake python xvfb python-qt4 python-pip python-netaddr python-dev tesseract-ocr firefox-esr
128128
echo '[*] Upgrading paramiko'
129129
pip install --upgrade paramiko
130130
echo '[*] Installing RDPY'
@@ -167,7 +167,7 @@ case ${osinfo} in
167167
Ubuntu)
168168
apt-get update
169169
echo '[*] Installing Ubuntu Dependencies'
170-
apt-get install -y cmake qt4-qmake python python-qt4 python-pip xvfb python-netaddr python-dev libffi-dev libssl-dev tesseract-ocr
170+
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
171171
echo '[*] Installing RDPY'
172172
git clone https://github.com/ChrisTruncer/rdpy.git
173173
cd rdpy
@@ -216,7 +216,7 @@ case ${osinfo} in
216216
fi
217217
echo '[*] Installing CentOS Dependencies'
218218
yum install cmake python python-pip PyQt4 PyQt4-webkit \
219-
python-argparse xvfb python-netaddr python-dev tesseract-ocr
219+
python-argparse xvfb python-netaddr python-dev tesseract-ocr firefox-esr
220220
echo
221221
echo '[*] Installing RDPY'
222222
git clone https://github.com/ChrisTruncer/rdpy.git

0 commit comments

Comments
 (0)