Skip to content

Commit

Permalink
make it cleaner
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Dec 12, 2024
1 parent a1f8ca4 commit fdd03a9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions vagrant/install.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
#!/bin/bash

true
SCRIPT_NAME="Install NcVM with Vagrant"

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

# We need a check here due to Shellcheck
if [ -d vm ]
then
cd vm || exit
else
echo "Sorry, but the 'cd' dir doesn't exist, please report this issue to https://github.com/nextcloud/vm/"
exit
fi
cd vm || exit

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

0 comments on commit fdd03a9

Please sign in to comment.