Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-06-29 05:47:28 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-29 07:11:07 +0300
commitea1a3d61aad22eaa118b8fe549c51f092a0d9289 (patch)
treeafc7cfe7aa8b3a664752eb3e9f5a58c36249b4e8
parent10a9d2e4f8186f7d01e6eb66096fc93b9e9a972f (diff)
add info message nc-newsv0.14.8
-rw-r--r--etc/nextcloudpi-config.d/nc-news.sh2
1 files changed, 2 insertions, 0 deletions
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() { :; }