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>2021-10-08 20:40:22 +0300
committernachoparker <nacho@ownyourbits.com>2021-10-12 00:55:47 +0300
commit76fbf5038e4fca840f3b482e5de635e073023d7d (patch)
tree327795cacad0c46794165e328ccb7ff8578240fa /build/build-VM.sh
parent891dc86c0504f865a16df5d706ece9f785313143 (diff)
build: fix rpi build
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'build/build-VM.sh')
-rwxr-xr-xbuild/build-VM.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/build-VM.sh b/build/build-VM.sh
index 72cfa186..b730bb42 100755
--- a/build/build-VM.sh
+++ b/build/build-VM.sh
@@ -11,6 +11,8 @@
set -e
source build/buildlib.sh
+echo -e "\e[1m\n[ Build NCP VM ]\e[0m"
+
IP=${1:-192.168.0.145} # For QEMU automated testing (optional)
SIZE=3G # Raspbian image size
#CLEAN=0 # Pass this envvar to skip cleaning download cache
@@ -32,7 +34,6 @@ prepare_dirs # tmp cache output
## BUILD NCP
-echo -e "\e[1m\n[ Build NCP ]\e[0m"
export DEB_RELEASE=$(jq -r .release < etc/ncp.cfg)
cd build/
vagrant destroy -f