From ea1a3d61aad22eaa118b8fe549c51f092a0d9289 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 29 Jun 2017 04:47:28 +0200 Subject: add info message nc-news --- etc/nextcloudpi-config.d/nc-news.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/nextcloudpi-config.d/nc-news.sh b/etc/nextcloudpi-config.d/nc-news.sh index b84af204..1a97ef97 100644 --- a/etc/nextcloudpi-config.d/nc-news.sh +++ b/etc/nextcloudpi-config.d/nc-news.sh @@ -26,6 +26,8 @@ configure() wget $URL || return 1 tar -xf news.tar.gz || return 1 rm *.tar.gz + + echo "You can now activate it in the \"Apps\" section" } install() { :; } -- cgit v1.2.3