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
parent4733e56ef6d79e083dbef27f19f2b4ea92710085 (diff)
update git URLs to new location
-rwxr-xr-xbin/ncp-check-version2
-rwxr-xr-xbin/ncp-update2
-rw-r--r--nextcloudpi.sh2
-rw-r--r--test-devel.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/ncp-check-version b/bin/ncp-check-version
index 1c97a9d9..2db1abe7 100755
--- a/bin/ncp-check-version
+++ b/bin/ncp-check-version
@@ -6,7 +6,7 @@
ping -W 2 -w 1 -q github.com &>/dev/null || { echo "No internet connectivity"; exit 1; }
-git clone -q --depth 1 https://github.com/nachoparker/nextcloud-raspbian-generator.git /tmp/ncp-check-tmp || exit 1
+git clone -q --depth 1 https://github.com/nextcloud/nextcloudpi.git /tmp/ncp-check-tmp || exit 1
cd /tmp/ncp-check-tmp
git describe --always --tags > /var/run/.ncp-latest-version
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"
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index d76068bc..999c2854 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -97,7 +97,7 @@ cat > /usr/local/bin/ncp-update <<'EOF'
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"
diff --git a/test-devel.sh b/test-devel.sh
index 41690c47..f193ec9b 100644
--- a/test-devel.sh
+++ b/test-devel.sh
@@ -20,7 +20,7 @@ install()
{
echo -e "Downloading updates"
rm -rf /tmp/ncp-update-tmp
- git clone -q --depth 1 -b devel https://github.com/nachoparker/nextcloud-raspbian-generator.git /tmp/ncp-update-tmp
+ git clone -q --depth 1 -b devel https://github.com/nextcloud/nextcloudpi.git /tmp/ncp-update-tmp
cd /tmp/ncp-update-tmp
echo -e "Performing updates"