From 654e061e0684ca6e884ea619a2229d423189a7c3 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 12 Dec 2024 11:18:16 +0100 Subject: [PATCH] Fix SC (#2712) --- vagrant/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vagrant/install.sh b/vagrant/install.sh index a6807911e2..a12e76cc40 100644 --- a/vagrant/install.sh +++ b/vagrant/install.sh @@ -1,10 +1,12 @@ #!/bin/bash true -SCRIPT_NAME="Install NcVM with Vagrant" +# Clone this repo git clone https://github.com/nextcloud/vm.git -cd vm +# We need a check here due to Shellcheck +cd vm || exit +# Do the installation sudo bash nextcloud_install_production.sh --provisioning