vm/vagrant/install.sh
szaimen c42ec1d992
add SCRIPT_NAME to all scripts and standardize whiptail-titles (#1400)
Signed-off-by: enoch85 <github@hanssonit.se>

Co-authored-by: enoch85 <github@hanssonit.se>
2020-09-04 09:05:47 +02:00

15 lines
388 B
Bash

#!/bin/bash
# shellcheck disable=2034,2059
true
SCRIPT_NAME="Install NcVM with Vagrant"
# 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