mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
build: use local version of armbian.sh
This commit is contained in:
parent
6b3ba23152
commit
683cbc89c0
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user