Skip to content

Commit

Permalink
Use secure scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
pspanja committed Feb 20, 2024
1 parent bec2d00 commit caa6e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/init_solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ download() {
case ${SOLR_VERSION} in
# PS!!: Append versions and don't remove old once, kernel uses this script!
7.7.3|8.11.2 )
url="http://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz"
url="https://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz"
;;
*)
echo "Version '${SOLR_VERSION}' is not supported or not valid"
Expand Down

0 comments on commit caa6e84

Please sign in to comment.