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-09-29 15:54:59 +0300
committernachoparker <nacho@ownyourbits.com>2018-09-29 17:55:23 +0300
commitaa2b3baa913373f3a324ac7dca1e747333a21997 (patch)
treef7a58e6171ccbb2db0e790873ecc043b00fd2193 /build-SD-armbian.sh
parent4bce1bb99f05cbe0b742b2dad1cd0e6447c19318 (diff)
build: small tweaks for docker and armbian
Diffstat (limited to 'build-SD-armbian.sh')
-rwxr-xr-xbuild-SD-armbian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-SD-armbian.sh b/build-SD-armbian.sh
index 6d87a2f2..1f0c3680 100755
--- a/build-SD-armbian.sh
+++ b/build-SD-armbian.sh
@@ -27,7 +27,7 @@ prepare_dirs # tmp cache output
# add NCP modifications
mkdir -p armbian/userpatches armbian/userpatches/overlay
cp armbian.sh armbian/userpatches/customize-image.sh
-rsync -Aax --delete --exclude-from .gitignore . armbian/userpatches/overlay/
+rsync -Aax --delete --exclude-from .gitignore --exclude *.img --exclude *.bz2 . armbian/userpatches/overlay/
# GENERATE IMAGE