From 168796375806bcf7f8f0807bb1101b3fc5cacd4e Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 10 Apr 2019 22:11:28 +0200 Subject: [PATCH] change to proper curl command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6312e5a9..a7bef6fb 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ The script will mount and format the drive. Please select Manually Format & Moun #### Installation 1. Get the latest install script from master and install it with a sudo user:
-`sudo bash -c "$(curl -sLO https://raw.githubusercontent.com/nextcloud/vm/master/nextcloud_install_production.sh)"` +`curl https://raw.githubusercontent.com/nextcloud/vm/master/nextcloud_install_production.sh | sudo bash"` 2. When the VM is installed it will automatically reboot. Remember to login with the user you created:
`ssh @IP-ADDRESS`
If it automatically runs as root when you reboot the machine, you have to abort it by pressing `CTRL+C` and run the script as the user you just created: