diff --git a/lib.sh b/lib.sh index a8c66cf011..c9b0986d60 100644 --- a/lib.sh +++ b/lib.sh @@ -2065,12 +2065,12 @@ home_sme_server() { # OLD MEMORY: BLS16G4 (Balistix Sport) || 18ASF2G72HZ (ECC) if lshw -c system | grep -q "NUC8i3BEH\|NUC10i3FNH\|PN50\|PN51\|PN52\|MGF8BSW" then - if lshw -c memory | grep -q "BLS16G4\|18ASF2G72HZ\|16ATF2G64HZ\|CT16G4SFD8266\|M471A4G43MB1\|9905744\|HMA82GS6JJR8N\|HMA82GS6CJR8N\|9905703-023\|9905744-110\|CBDAD5S560016G" + if lshw -c memory | grep -q "BLS16G4\|18ASF2G72HZ\|16ATF2G64HZ\|CT16G4SFD8266\|M471A4G43MB1\|9905744\|HMA82GS6JJR8N\|HMA82GS6CJR8N\|9905703-023\|9905744-110\|CBDAD5S560016G\|SODIMM" then if lshw -c disk | grep -q "ST2000LM015-2E81\|WDS400\|ST5000LM000-2AN1\|ST5000LM015-2E81\|Samsung SSD 860\|WDS500G1R0B" then NEXTCLOUDHOMESME=yes-this-is-the-home-sme-server - elif lshw -c storage | grep -q "SN700\|Micron" + elif lshw -c storage | grep -q "SN700\|Micron\|SN7100" then NEXTCLOUDHOMESME=yes-this-is-the-home-sme-server fi