Skip to content

Commit

Permalink
More bootstrap dependencies fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
apolkosnik-old committed Oct 23, 2015
1 parent 3628ac7 commit e4867cb
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 30 deletions.
1 change: 1 addition & 0 deletions c1fapp_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests
1 change: 1 addition & 0 deletions cuckoo_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests
12 changes: 6 additions & 6 deletions exiftool_service/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ubuntu_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing exiftool
if [ $? -eq 0 ]
then
printf "${PASS}Ubuntu Install Complete${END}\n"
Expand All @@ -57,7 +57,7 @@ debian_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing exiftool
if [ $? -eq 0 ]
then
printf "${PASS}Debian Install Complete${END}\n"
Expand All @@ -73,7 +73,7 @@ darwin_install()
printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n"
exit
}
#brew install chmlib clamav wireshark upx
brew install exiftool
if [ $? -eq 0 ]
then
printf "${PASS}Homebrew Install Complete${END}\n"
Expand All @@ -85,7 +85,7 @@ darwin_install()
freebsd_install()
{
#printf "${HEAD}Installing Ports${END}\n"
#sudo pkg install libchm1 clamav wireshark upx
sudo pkg install exiftool
if [ $? -eq 0 ]
then
printf "${PASS}Ports Install Complete${END}\n"
Expand All @@ -97,7 +97,7 @@ freebsd_install()
red_hat_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install exiftool
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand All @@ -109,7 +109,7 @@ red_hat_install()
centos_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install exiftool
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand Down
12 changes: 6 additions & 6 deletions metacap_service/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ubuntu_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing tcpdump wireshark
if [ $? -eq 0 ]
then
printf "${PASS}Ubuntu Install Complete${END}\n"
Expand All @@ -57,7 +57,7 @@ debian_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing tcpdump wireshark
if [ $? -eq 0 ]
then
printf "${PASS}Debian Install Complete${END}\n"
Expand All @@ -73,7 +73,7 @@ darwin_install()
printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n"
exit
}
#brew install chmlib clamav wireshark upx
brew install tcpdump wireshark
if [ $? -eq 0 ]
then
printf "${PASS}Homebrew Install Complete${END}\n"
Expand All @@ -85,7 +85,7 @@ darwin_install()
freebsd_install()
{
#printf "${HEAD}Installing Ports${END}\n"
#sudo pkg install libchm1 clamav wireshark upx
sudo pkg install tcpdump wireshark
if [ $? -eq 0 ]
then
printf "${PASS}Ports Install Complete${END}\n"
Expand All @@ -97,7 +97,7 @@ freebsd_install()
red_hat_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install itcpdump wireshark
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand All @@ -109,7 +109,7 @@ red_hat_install()
centos_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install itcpdump wireshark
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand Down
1 change: 1 addition & 0 deletions opendns_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests
1 change: 1 addition & 0 deletions passivetotal_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests
12 changes: 6 additions & 6 deletions pdf2txt_service/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ubuntu_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing popler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Ubuntu Install Complete${END}\n"
Expand All @@ -57,7 +57,7 @@ debian_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing popler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Debian Install Complete${END}\n"
Expand All @@ -73,7 +73,7 @@ darwin_install()
printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n"
exit
}
#brew install chmlib clamav wireshark upx
brew install poppler
if [ $? -eq 0 ]
then
printf "${PASS}Homebrew Install Complete${END}\n"
Expand All @@ -85,7 +85,7 @@ darwin_install()
freebsd_install()
{
#printf "${HEAD}Installing Ports${END}\n"
#sudo pkg install libchm1 clamav wireshark upx
sudo pkg install poppler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Ports Install Complete${END}\n"
Expand All @@ -97,7 +97,7 @@ freebsd_install()
red_hat_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install poppler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand All @@ -109,7 +109,7 @@ red_hat_install()
centos_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install poppler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand Down
12 changes: 6 additions & 6 deletions preview_service/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ubuntu_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing liblcms2-dev libfreetype6-dev libtiff-dev zlib1g-dev libwebp-dev libjpeg-dev libopenjpeg-dev poppler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Ubuntu Install Complete${END}\n"
Expand All @@ -57,7 +57,7 @@ debian_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing liblcms2-dev libfreetype6-dev libtiff-dev zlib1g-dev libwebp-dev libjpeg-dev libopenjpeg-dev poppler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Debian Install Complete${END}\n"
Expand All @@ -73,7 +73,7 @@ darwin_install()
printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n"
exit
}
#brew install chmlib clamav wireshark upx
brew install poppler
if [ $? -eq 0 ]
then
printf "${PASS}Homebrew Install Complete${END}\n"
Expand All @@ -85,7 +85,7 @@ darwin_install()
freebsd_install()
{
#printf "${HEAD}Installing Ports${END}\n"
#sudo pkg install libchm1 clamav wireshark upx
sudo pkg install poppler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Ports Install Complete${END}\n"
Expand All @@ -97,7 +97,7 @@ freebsd_install()
red_hat_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install poppler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand All @@ -109,7 +109,7 @@ red_hat_install()
centos_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install poppler-utils
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand Down
1 change: 1 addition & 0 deletions preview_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pillow
1 change: 1 addition & 0 deletions threatgrid_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests
1 change: 1 addition & 0 deletions threatrecon_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests
1 change: 1 addition & 0 deletions virustotal_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
requests
1 change: 1 addition & 0 deletions whois_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requests
pythonwhois
12 changes: 6 additions & 6 deletions yara_service/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ubuntu_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing yara
if [ $? -eq 0 ]
then
printf "${PASS}Ubuntu Install Complete${END}\n"
Expand All @@ -57,7 +57,7 @@ debian_install()
printf "${HEAD}Installing dependencies with apt-get${END}\n"
#sudo apt-add-repository universe
#sudo apt-get update
#sudo apt-get install -y --fix-missing libchm1 clamav upx wireshark
sudo apt-get install -y --fix-missing yara
if [ $? -eq 0 ]
then
printf "${PASS}Debian Install Complete${END}\n"
Expand All @@ -73,7 +73,7 @@ darwin_install()
printf "${HEAD}Installation for OSX requires Homebrew. Please visit http://brew.sh/.${END}\n"
exit
}
#brew install chmlib clamav wireshark upx
brew install yara
if [ $? -eq 0 ]
then
printf "${PASS}Homebrew Install Complete${END}\n"
Expand All @@ -85,7 +85,7 @@ darwin_install()
freebsd_install()
{
#printf "${HEAD}Installing Ports${END}\n"
#sudo pkg install libchm1 clamav wireshark upx
#sudo pkg install yara
if [ $? -eq 0 ]
then
printf "${PASS}Ports Install Complete${END}\n"
Expand All @@ -97,7 +97,7 @@ freebsd_install()
red_hat_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install yara
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand All @@ -109,7 +109,7 @@ red_hat_install()
centos_install()
{
#printf "${HEAD}Installing Yum Packages${END}\n"
#sudo yum install upx-3.07-1 libchm1 clamav wireshark upx
sudo yum install yara
if [ $? -eq 0 ]
then
printf "${PASS}Yum Install Complete${END}\n"
Expand Down

0 comments on commit e4867cb

Please sign in to comment.