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-07-14 00:43:13 +0300
committernachoparker <nacho@ownyourbits.com>2017-08-11 00:17:51 +0300
commit41e71b4cbb02a9c3d0be01d25dd49aa39d06b8c8 (patch)
treeb8a56b7d52bab9298a6b2d188c6c41b5b093d6ac /batch.sh
parentc0a69703aeaf84f8bdad6e9d64d44d1719a77521 (diff)
added ncp-webv0.17.0
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/batch.sh b/batch.sh
index 7fb33e80..666b9cfd 100755
--- a/batch.sh
+++ b/batch.sh
@@ -30,7 +30,7 @@ NO_HALT_STEP=1 ./installer.sh prepare.sh $IP $IMGBASE ||
./installer.sh $NC_INSTALL $IP $( ls -1t *.img | head -1 ) || exit 1
./installer.sh $NC_CONFIG $IP $( ls -1t *.img | head -1 ) || exit 1
./installer.sh nextcloudpi.sh $IP $( ls -1t *.img | head -1 ) || exit 1
-# ./installer.sh test-devel.sh $IP $( ls -1t *.img | head -1 ) || exit 1
+# ./installer.sh build-devel.sh $IP $( ls -1t *.img | head -1 ) || exit 1
IMGFILE=$( ls -1t *.img | head -1 )
IMGNAME=$( basename "$IMGFILE" _base_prepare_lamp_nc-nextcloud_nc-init_nextcloudpi.img )