vm/vagrant/install.sh
Daniel Hansson 383a4e1c3e
put default SC rules in a single file (#1667)
Signed-off-by: enoch85 <github@hanssonit.se>
2020-11-12 21:39:53 +01:00

13 lines
403 B
Bash

#!/bin/bash
true
SCRIPT_NAME="Install NcVM with Vagrant"
# shellcheck source=lib.sh
source /var/scripts/fetch_lib.sh || source <(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."
sudo bash nextcloud_install_production.sh --provisioning