diff --git a/json/nextcloudpi.json b/json/nextcloudpi.json index ab6d3f8c..b1b0f09b 100644 --- a/json/nextcloudpi.json +++ b/json/nextcloudpi.json @@ -41,5 +41,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Only Alpine: To get the username and password, run the script again inside the LXC shell.", + "type": "warning" + } + ] }