mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
14 lines
348 B
Bash
14 lines
348 B
Bash
#!/bin/bash
|
|
|
|
# shellcheck disable=2034,2059
|
|
true
|
|
# shellcheck source=lib.sh
|
|
. <(curl -sL https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh)
|
|
|
|
check_command git clone https://github.com/nextcloud/vm.git
|
|
|
|
cd vm || exit && print_text_in_color "$IRed" "Could not cd into the 'vm' folder."
|
|
|
|
yes no | sudo bash nextcloud_install_production.sh
|
|
|