Skip to content

Commit

Permalink
added unzip to installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jullrich committed Jan 3, 2017
1 parent 0dfc0e4 commit 79a716e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ echo "Updating your Raspbian Installation (this can take a LOOONG time)"
echo "Installing additional packages"


apt-get -y -qq install mini-httpd dialog libswitch-perl libwww-perl python-twisted python-crypto python-pyasn1 python-gmpy2 python-zope.interface python-pip python-gmpy python-gmpy2 mysql-client randomsound rng-tools python-mysqldb > /dev/null
apt-get -y -qq install mini-httpd dialog libswitch-perl libwww-perl python-twisted python-crypto python-pyasn1 python-gmpy2 python-zope.interface python-pip python-gmpy python-gmpy2 mysql-client randomsound rng-tools python-mysqldb unzip > /dev/null
pip install python-dateutil > /dev/null
fi

Expand Down
2 changes: 1 addition & 1 deletion etc/CA/ca.serial
Original file line number Diff line number Diff line change
@@ -1 +1 @@
03
04
2 changes: 1 addition & 1 deletion etc/openssl.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_ca = CA_default # The default ca section

[ CA_default ]

dir = /home/pi/dshield/bin//../etc/CA
dir = /home/dshield/dshield/bin//../etc/CA
certs = $dir/certs # Where the issued certs are kept
crl_dir = $dir/crls
database = $dir/index.txt # database index file.
Expand Down

0 comments on commit 79a716e

Please sign in to comment.