Skip to content

Commit 654e061

Browse files
authored
Fix SC (#2712)
1 parent 2f4432f commit 654e061

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vagrant/install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
#!/bin/bash
22

33
true
4-
SCRIPT_NAME="Install NcVM with Vagrant"
54

5+
# Clone this repo
66
git clone https://github.com/nextcloud/vm.git
77

8-
cd vm
8+
# We need a check here due to Shellcheck
9+
cd vm || exit
910

11+
# Do the installation
1012
sudo bash nextcloud_install_production.sh --provisioning

0 commit comments

Comments
 (0)