We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ba8f2 commit e759559Copy full SHA for e759559
vagrant/install.sh
@@ -1,8 +1,13 @@
1
#!/bin/bash
2
3
-git clone https://github.com/nextcloud/vm.git
+# shellcheck disable=2034,2059
4
+true
5
+# shellcheck source=lib.sh
6
+. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
7
-cd vm
8
+check_command git clone https://github.com/nextcloud/vm.git
9
+
10
+cd vm || exit && print_text_in_color "$IRed" "Could not cd into the 'vm' folder."
11
12
yes no | sudo bash nextcloud_install_production.sh
13
0 commit comments