Skip to content

Commit

Permalink
Merge pull request #9869 from IQSS/9865_fix_Solr9_download
Browse files Browse the repository at this point in the history
correct Solr 9.3.0 download
  • Loading branch information
kcondon authored Sep 5, 2023
2 parents 1803121 + bda198f commit f9bf08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-notes/9260-solr930.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We assume that you already have a user called "solr" (from the instructions abov
```
su - solr
cd /usr/local/solr
wget https://archive.apache.org/dist/lucene/solr/9.3.0/solr-9.3.0.tgz
wget https://archive.apache.org/dist/solr/solr/9.3.0/solr-9.3.0.tgz
tar xvzf solr-9.3.0.tgz
cd solr-9.3.0
cp -r server/solr/configsets/_default server/solr/collection1
Expand Down

0 comments on commit f9bf08a

Please sign in to comment.