Skip to content
Snippets Groups Projects
Commit 0a04f2fd authored by an7s's avatar an7s
Browse files

Remove LPAP and mySQL from default peasoup packages

parent 8937fdb7
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,8 @@ SQL_PKGS="sqlite3 libsqlite3-dev mysql-client mysql-server libmysqlclient-dev"
# For LDAP
LDAP_PKGS="ldap-utils slapd libldap2-dev"
ALL_PKGS="$BASE_PKGS $CLIENT_IRDB_PKGS $SERVER_IRDB_PKGS $TEST_PKGS $SQL_PKGS $LDAP_PKGS"
ALL_PKGS="$BASE_PKGS $CLIENT_IRDB_PKGS $SERVER_IRDB_PKGS $TEST_PKGS"
# $SQL_PKGS $LDAP_PKGS"
if [[ "$PEASOUP_UMBRELLA_DIR" == "" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment