Skip to content

Commit e759559

Browse files
authored
add travis stuff
1 parent c5ba8f2 commit e759559

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

vagrant/install.sh

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
#!/bin/bash
22

3-
git clone https://github.com/nextcloud/vm.git
3+
# shellcheck disable=2034,2059
4+
true
5+
# shellcheck source=lib.sh
6+
. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
47

5-
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."
611

712
yes no | sudo bash nextcloud_install_production.sh
813

0 commit comments

Comments
 (0)