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-05-29 00:19:13 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-29 19:57:24 +0300
commitd578ef156842f32ea779376f9b03dd388ff0e52c (patch)
tree0a63c5fe2b538c8f3088ca6fbead84e3ef26f94b /batch.sh
parentb45e68f1f0bd148d7c817932c974b33a7479855a (diff)
general build improvements
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh12
1 files changed, 9 insertions, 3 deletions
diff --git a/batch.sh b/batch.sh
index ad5890c3..805aa161 100755
--- a/batch.sh
+++ b/batch.sh
@@ -15,13 +15,19 @@ IP=${1:-192.168.0.145} # For QEMU automated testing
## BUILDING
source buildlib.sh # initializes $IMGNAME
+[[ "$FTPPASS" == "" ]] && {
+ echo -e "\e[1mNo FTPPASS variable found, FTP won't work.\nYou can to cancel now\e[0m"
+ sleep 5
+}
+
# Raspbian
./build-SD-rpi.sh "$IP"
+# TODO berryboot
# Armbian
-./build-SD-odroidHC2.sh
-./build-SD-rock64.sh
-./build-SD-bananapi.sh
+./build-SD-armbian.sh odroidxu4 OdroidHC2
+./build-SD-armbian.sh rock64
+./build-SD-armbian.sh bananapi
# Docker x86
docker pull debian:stretch-slim