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-27 21:58:42 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-27 22:12:55 +0300
commit5ea64fdc1209bbec1a3b99afa8105e7622f143d1 (patch)
tree8f20c29b2d0f02a29076f5bd6ce8d5c039077872 /build-SD-rpi.sh
parentf64df286d37fe483e9ced6c4578a7f68f452f34c (diff)
build: add bananapi build script
Diffstat (limited to 'build-SD-rpi.sh')
-rwxr-xr-xbuild-SD-rpi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-SD-rpi.sh b/build-SD-rpi.sh
index 9fb0155a..09751f73 100755
--- a/build-SD-rpi.sh
+++ b/build-SD-rpi.sh
@@ -11,7 +11,7 @@
set -e
source buildlib.sh
-IP=192.168.0.145 # For QEMU automated testing
+IP=${1:-192.168.0.145} # For QEMU automated testing
SIZE=3G # Raspbian image size
#CLEAN=1 # Pass this envvar to clean download cache
IMG="NextCloudPi_RPi_$( date "+%m-%d-%y" ).img"