mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
build-SD-armbian.sh: Use armbian v23.02 as base
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
bbc81c958d
commit
378df3bd5c
@ -31,7 +31,7 @@ prepare_dirs # tmp cache output
|
||||
|
||||
# get latest armbian
|
||||
[[ -d armbian ]] || git clone https://github.com/armbian/build armbian
|
||||
( cd armbian && git pull --ff-only --tags )
|
||||
( cd armbian && git pull --ff-only --tags && git checkout v23.02 )
|
||||
|
||||
# add NCP modifications
|
||||
mkdir -p armbian/userpatches armbian/userpatches/overlay
|
||||
|
||||
@ -176,10 +176,10 @@ function prepare_chroot_raspbian()
|
||||
if [[ -f "qemu-aarch64-static" ]]
|
||||
then
|
||||
sudo cp qemu-aarch64-static raspbian_root/usr/bin/
|
||||
sudo cp qemu-arm-static raspbian_root/usr/bin/
|
||||
#sudo cp qemu-arm-static raspbian_root/usr/bin/
|
||||
else
|
||||
sudo cp /usr/bin/qemu-aarch64-static raspbian_root/usr/bin
|
||||
sudo cp /usr/bin/qemu-arm-static raspbian_root/usr/bin
|
||||
#sudo cp /usr/bin/qemu-arm-static raspbian_root/usr/bin
|
||||
fi
|
||||
|
||||
# Prevent services from auto-starting
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user