From 683cbc89c0c61fca778c3507a9e3d07f1f968f2c Mon Sep 17 00:00:00 2001 From: nachoparker Date: Tue, 19 Jun 2018 14:00:52 +0200 Subject: build: use local version of armbian.sh --- build-SD-armbian.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build-SD-armbian.sh') 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 -- cgit v1.2.3