NextCloudPi on Armbian - Odroid HC1

Hello,

I am trying to install NextCloudPi on Armbian.
My Armbian version is the Stretch Armbian 5.95 default 4.14.141 from here.

To install, I am using the following command:

curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | sudo bash

The result is the following:

Getting build code…
Hit:1 http://security.debian.org stretch/updates InRelease
Ign:2 Index of /debian stretch InRelease
Hit:3 Index of /debian stretch-updates InRelease
Hit:4 Index of /debian stretch-backports InRelease
Hit:6 Index of /debian stretch Release
Hit:5 https://apt.armbian.com stretch InRelease
Reading package lists… Done
Reading package lists… Done
Building dependency tree
Reading state information… Done
ca-certificates is already the newest version (20161130+nmu1+deb9u1).
sudo is already the newest version (1.8.19p1-2.1).
wget is already the newest version (1.18-5+deb9u3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
/tmp/nextcloudpi.4AN9QH /home/user
/home/user

Installing NextCloudPi…
ERROR: distro not supported:
Debian Stretch with Armbian Linux \l

Shouldn’t the installation work under Armbian? What am I doing wrong here?