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-02-09 14:21:10 +0300
committernachoparker <nacho@ownyourbits.com>2018-02-09 14:21:10 +0300
commit9ed6228e5174c2d752d4a2c1ab2050cd681b0ea0 (patch)
treea21351e2edd7778a2f52da7b3880b180045f05b4 /batch.sh
parent07b38cb240768873722824fcd3f343b06f90e06a (diff)
build: separate file to automate packing of odroid HC1
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh16
1 files changed, 2 insertions, 14 deletions
diff --git a/batch.sh b/batch.sh
index b924c082..f4c84649 100755
--- a/batch.sh
+++ b/batch.sh
@@ -12,7 +12,6 @@ source buildlib.sh # initializes $IMGNAME
IP=$1 # First argument is the QEMU Raspbian IP address
-
## BUILDING
# Raspbian
@@ -32,19 +31,8 @@ make nextcloudpi-x86 && {
./installer.sh docker-armhf/docker-env.sh "$IP" raspbian_lite.img # && mv
./installer.sh docker-armhf/build-container.sh "$IP" docker-armhf/raspbian_docker.img
-# Armbian
-git clone https://github.com/armbian/build armbian
-wget https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/armbian.sh \
- -O armbian/userpatches/customize-image.sh
-armbian/compile.sh docker \
- BOARD=odroidxu4\
- BRANCH=next\
- KERNEL_ONLY=no\
- KERNEL_CONFIGURE=no\
- RELEASE=stretch\
- BUILD_DESKTOP=no\
- CLEAN_LEVEL=""\
- NO_APT_CACHER=no
+# armbian
+./build-SD-odroid.sh
# License
#