remove deprecated options and dependencies for dataporten/oauth

This commit is contained in:
2024-02-15 16:17:31 +01:00
committed by Felix Albrigtsen
parent 1eb84eaec8
commit 2f6553225a
7 changed files with 0 additions and 59 deletions

View File

@@ -37,15 +37,8 @@
test -e pvv.sqlite || sqlite3 pvv.sqlite < dist/pvv.sql
test -e sql_config.php || cp -v dist/sql_config_example.php sql_config.php
test -e dataporten_config.php || cp -v dist/dataporten_config.php dataporten_config.php
test -e composer.phar || curl -O https://getcomposer.org/composer.phar
if [ ! -f lib/OAuth2-Client/OAuth2Client.php ] ; then
echo Missing git submodules. Installing...
(set -x; git submodule update --init --recursive) || exit $?
fi
if [ ! -d vendor ] ; then
php composer.phar install || exit $?
cp -v dist/authsources_example.php vendor/simplesamlphp/simplesamlphp/config/authsources.php