Bladeren bron

Adding binary file names to installLabkey.sh

Andrej 2 weken geleden
bovenliggende
commit
76b7f28c17
1 gewijzigde bestanden met toevoegingen van 12 en 7 verwijderingen
  1. 12 7
      bin/installLabkey.sh

+ 12 - 7
bin/installLabkey.sh

@@ -9,14 +9,19 @@ then
 	case $1 in
 	18.1)
 		LABKEY=LabKey18.1-57017.17-professional-bin;;
-	18.3)
+	18|18.3)
 		LABKEY=LabKey18.3.3-62784.7-community-bin;;
-	20.7)
-		LABKEY=LabKey20.7.8-66016.22-community-bin;;
-	21.1)
-		LABKEY=LabKey21.11.10-11-community;;
-	22.3)        
-        	LABKEY=LabKey22.3.2-3-community;;
+   19|19.3)
+		LABKEY=LabKey19.3.10-65330.20-community-bin;;
+	20|20.11)
+		LABKEY=LabKey20.11.8-10-community-bin;;
+	21|21.11)
+		LABKEY=LabKey21.11.11-14-community;;
+	22|22.3)        
+      LABKEY=LabKey22.3.2-3-community;;
+   *) 
+      echo "Failed to find appropriate version for $1"
+      exit 1;
 	esac;
 
 fi;