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-06 08:19:16 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-06 08:19:16 +0300
commit8f8b4e42420f13d328ff466f7a6b24697765ea4b (patch)
tree9d985bdc7bff5aeef0ab5f3cebe85c100c108c76 /bin/ncp-update
parent4733e56ef6d79e083dbef27f19f2b4ea92710085 (diff)
update git URLs to new location
Diffstat (limited to 'bin/ncp-update')
-rwxr-xr-xbin/ncp-update2
1 files changed, 1 insertions, 1 deletions
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"