Skip to content

Commit

Permalink
Fix SC (#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Dec 12, 2024
1 parent 2f4432f commit 654e061
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vagrant/install.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/bin/bash

true
SCRIPT_NAME="Install NcVM with Vagrant"

# Clone this repo
git clone https://github.com/nextcloud/vm.git

cd vm
# We need a check here due to Shellcheck
cd vm || exit

# Do the installation
sudo bash nextcloud_install_production.sh --provisioning

0 comments on commit 654e061

Please sign in to comment.