From 0909fce6d36022a59cbe8e68bd2c5239b5beec82 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sat, 20 May 2017 19:10:11 +0200 Subject: add nextcloud instance installation command to ncp-config --- batch.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'batch.sh') diff --git a/batch.sh b/batch.sh index ed5283e7..4048a02d 100755 --- a/batch.sh +++ b/batch.sh @@ -12,15 +12,16 @@ source etc/library.sh # initializes $IMGNAME IP=$1 # First argument is the QEMU Raspbian IP address +NC_SCRIPT=etc/nextcloudpi-config.d/nc-nextcloud.sh IMGBASE="NextCloudPi_$( date "+%m-%d-%y" )_base.img" NO_CONFIG=1 NO_HALT_STEP=1 ./install-nextcloud.sh $IP $IMGBASE +NO_CONFIG=1 ./installer.sh $NC_SCRIPT $IP $( ls -1t *.img | head -1 ) NO_CONFIG=1 ./installer.sh nextcloudpi.sh $IP $( ls -1t *.img | head -1 ) -NO_CONFIG=1 ./installer.sh nextcloud.sh $IP $( ls -1t *.img | head -1 ) IMGFILE=$( ls -1t *.img | head -1 ) -IMGOUT=$( basename "$IMGFILE" _base ).img +IMGOUT=$( basename "$IMGFILE" _base_nc-nextcloud_nextcloudpi.img ).img pack_image "$IMGFILE" "$IMGOUT" md5sum $( ls -1t *.img | head -1 ) -- cgit v1.2.3