From dec4c09f992a12ee6b2d097c239c3b4b803286cd Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 21 Jul 2018 18:20:47 +0200 Subject: [PATCH] fix #579 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae3294e..64e8463e 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,8 @@ Keep asking questions so that we can add them here. **Q: How to install apps if not selected during first install?**
-**A:** Go to the apps folder in this repo and download the script in raw format and run them. For the calendar: -`wget https://raw.githubusercontent.com/nextcloud/vm/master/apps/calendar.sh && sudo bash calendar.sh` +**A:** Go to the apps folder in this repo and download the script in raw format and run them. For installing Talk: +`wget https://raw.githubusercontent.com/nextcloud/vm/master/apps/talk.sh && sudo bash talk.sh` **Q: How to continue from partially installed system? - You got the FQDN wrong/You put in a bad password/ etc...**