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:
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