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-03-18 15:47:45 +0300
committernachoparker <nacho@ownyourbits.com>2017-03-19 23:22:50 +0300
commit3761183980cda82d982ba7b7922926ea31b0a011 (patch)
treee8f7b5a2ae7658caabde349135d34e517655a119 /batch.sh
parent8b9cf4f00d022b2bee9043a943a5aad2738604c7 (diff)
unattended upgrades
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/batch.sh b/batch.sh
index e05ec2ce..90ded45f 100755
--- a/batch.sh
+++ b/batch.sh
@@ -15,11 +15,12 @@ IP=$1 # First argument is the QEMU Raspbian IP address
IMGFILE="NextCloudPi_$( date "+%m-%d-%y" ).img"
-NO_CONFIG=1 NO_HALT_STEP=1 ./install-nextcloud.sh $IP $IMGFILE
-NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh fail2ban.sh $IP $( ls -1t *.img | head -1 )
-NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh no-ip.sh $IP $( ls -1t *.img | head -1 )
-NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh dnsmasq.sh $IP $( ls -1t *.img | head -1 )
-NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh letsencrypt.sh $IP $( ls -1t *.img | head -1 )
+NO_CONFIG=1 NO_HALT_STEP=1 ./install-nextcloud.sh $IP $IMGFILE
+NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh fail2ban.sh $IP $( ls -1t *.img | head -1 )
+NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh no-ip.sh $IP $( ls -1t *.img | head -1 )
+NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh dnsmasq.sh $IP $( ls -1t *.img | head -1 )
+NO_CONFIG=1 NO_CFG_STEP=1 ./installer.sh letsencrypt.sh $IP $( ls -1t *.img | head -1 )
+NO_CONFIG=1 ./installer.sh unattended-upgrades.sh $IP $( ls -1t *.img | head -1 )
IMGOUT=$( ls -1t *.img | head -1 )
IMGFULL=$( basename "$IMGFILE" .img )_FULL.img