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-06-19 15:00:52 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-19 18:12:24 +0300
commit683cbc89c0c61fca778c3507a9e3d07f1f968f2c (patch)
tree0b05b082c1fff97fc0eb6fd1f9d5c79628e328c0 /build-SD-armbian.sh
parent6b3ba23152265dc454075c0daf868095a19db83d (diff)
build: use local version of armbian.sh
Diffstat (limited to 'build-SD-armbian.sh')
-rwxr-xr-xbuild-SD-armbian.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/build-SD-armbian.sh b/build-SD-armbian.sh
index 1edf6085..e331f7f9 100755
--- a/build-SD-armbian.sh
+++ b/build-SD-armbian.sh
@@ -24,10 +24,9 @@ prepare_dirs # tmp cache output
[[ -d armbian ]] || git clone https://github.com/armbian/build armbian
( cd armbian && git pull --ff-only --tags )
-# get NCP modifications
+# add NCP modifications
mkdir -p armbian/userpatches
-wget https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/armbian.sh \
- -O armbian/userpatches/customize-image.sh
+cp armbian.sh armbian/userpatches/customize-image.sh
# GENERATE IMAGE