We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f8ca4 commit fdd03a9Copy full SHA for fdd03a9
vagrant/install.sh
@@ -1,19 +1,12 @@
1
#!/bin/bash
2
3
true
4
-SCRIPT_NAME="Install NcVM with Vagrant"
5
6
# Clone this repo
7
git clone https://github.com/nextcloud/vm.git
8
9
# We need a check here due to Shellcheck
10
-if [ -d vm ]
11
-then
12
- cd vm || exit
13
-else
14
- echo "Sorry, but the 'cd' dir doesn't exist, please report this issue to https://github.com/nextcloud/vm/"
15
- exit
16
-fi
+cd vm || exit
17
18
# Do the installation
19
sudo bash nextcloud_install_production.sh --provisioning
0 commit comments