Skip to content
Snippets Groups Projects
Commit 388c1abf authored by an7s's avatar an7s
Browse files

put back ldap & sql b/c of appfw

get rid of these in the CGC version of get-peasoup-packages.sh
parent 0a04f2fd
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,7 @@ 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