From 8f8b4e42420f13d328ff466f7a6b24697765ea4b Mon Sep 17 00:00:00 2001 From: nachoparker Date: Tue, 6 Jun 2017 07:19:16 +0200 Subject: update git URLs to new location --- bin/ncp-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ncp-update') diff --git a/bin/ncp-update b/bin/ncp-update index 9245882a..3d21709f 100755 --- a/bin/ncp-update +++ b/bin/ncp-update @@ -7,7 +7,7 @@ ping -W 2 -w 1 -q github.com &>/dev/null || { echo "No internet connectivity"; exit 1; } echo -e "Downloading updates" rm -rf /tmp/ncp-update-tmp - git clone -q --depth 1 https://github.com/nachoparker/nextcloud-raspbian-generator.git /tmp/ncp-update-tmp || exit 1 + git clone -q --depth 1 https://github.com/nextcloud/nextcloudpi.git /tmp/ncp-update-tmp || exit 1 cd /tmp/ncp-update-tmp echo -e "Performing updates" -- cgit v1.2.3