mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
make use of the home_sme_server() function
This commit is contained in:
parent
b70c2932d8
commit
2e5d32d543
@ -51,9 +51,9 @@ elif [ "$SYSVENDOR" == "DigitalOcean" ];
|
||||
then
|
||||
SYSNAME="DigitalOcean"
|
||||
DEVTYPE=sda
|
||||
elif [ "$SYSVENDOR" == "Intel(R) Client Systems" ];
|
||||
elif home_sme_server
|
||||
then
|
||||
SYSNAME="Intel-NUC"
|
||||
SYSNAME="Nextcloud Home/SME Server"
|
||||
DEVTYPE=sda
|
||||
elif [ "$SYSVENDOR" == "UpCloud" ];
|
||||
then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user