Skip to content
Snippets Groups Projects
Commit e9ad6a27 authored by Alexander König's avatar Alexander König
Browse files

added update to the apt install command in shib build script

parent 276e8c0a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# https://github.com/ufal/lindat-dspace/wiki/Building-Shibboleth-with-FastCGI-support
# ensure the versions are still latest
apt-get install -y libfcgi-dev libboost-all-dev openssl libssl-dev pkg-config libcurl4-openssl-dev
apt-get update && apt-get install -y libfcgi-dev libboost-all-dev openssl libssl-dev pkg-config libcurl4-openssl-dev
INSTALLDIR=/opt/shibboleth-sp-fastcgi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment