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>2018-05-27 22:33:03 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-28 12:32:13 +0300
commita070860a58440326861583958d7186cc568eef48 (patch)
tree3ad3dab8a66238a53cde38d0e57f2bac7a87e090 /batch.sh
parent003c29c016b1b6223425662212a0c76b4ccee829 (diff)
re-rename to NCPiv0.56.14
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/batch.sh b/batch.sh
index b2a30290..ad5890c3 100755
--- a/batch.sh
+++ b/batch.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Batch creation of NextCloudPlus images and containers
+# Batch creation of NextCloudPi images and containers
#
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
@@ -25,15 +25,11 @@ source buildlib.sh # initializes $IMGNAME
# Docker x86
docker pull debian:stretch-slim
-make nextcloudplus-x86 && {
- docker push ownyourbits/nextcloudplus-x86
+make nextcloudpi-x86 && {
+ docker push ownyourbits/nextcloudpi-x86
docker push ownyourbits/nextcloud-x86
docker push ownyourbits/lamp-x86
docker push ownyourbits/debian-ncp-x86
-
- # keep old container updated, at least for a while
- docker tag ownyourbits/nextcloudplus-x86 ownyourbits/nextcloudpi-x86
- docker push ownyourbits/nextcloudpi-x86
}
# docker armhf