mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-10-05 21:22:39 +02:00
Fix typo in install.sh
This commit is contained in:
@@ -41,7 +41,7 @@ echo
|
||||
echo "1) barebones instance (1 node)"
|
||||
echo "2) barebones instance (2 nodes)"
|
||||
echo "3) full Marginalia Search instance?"
|
||||
read -p "Enter 1, 2 or 2: " INSTANCE_TYPE
|
||||
read -p "Enter 1, 2 or 3: " INSTANCE_TYPE
|
||||
|
||||
## Validate
|
||||
if [ "${INSTANCE_TYPE}" != "1" ] && [ "${INSTANCE_TYPE}" != "2" ] && [ "${INSTANCE_TYPE}" != "3" ]; then
|
||||
|
Reference in New Issue
Block a user