From 9b0bbe38977ba335037c17bfe18c9886e9438ce4 Mon Sep 17 00:00:00 2001 From: justusiv Date: Thu, 27 Jul 2017 11:37:56 -0500 Subject: [PATCH] Updated Install rclone via powershell script (markdown) --- Install-rclone-via-powershell-script.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Install-rclone-via-powershell-script.md b/Install-rclone-via-powershell-script.md index 2e3ad15..7c31a30 100644 --- a/Install-rclone-via-powershell-script.md +++ b/Install-rclone-via-powershell-script.md @@ -4,6 +4,7 @@ https://forum.rclone.org/t/install-script-for-rclone-on-windows/3149 To use the script you can simply run this line in PowerShell +NEEDS ADMIN Invoke-Expression ((Invoke-WebRequest -Uri "https://gist.githubusercontent.com/justusiv/1ff2ad273cea3e33ca4acc5cab24c8e0/raw").content) install-rclone @@ -11,9 +12,10 @@ As with any code please review it before running it on your system. If you do not want to run this as admin feel free to do something like this. +NO ADMIN NEEDED Invoke-Expression ((Invoke-WebRequest -Uri "https://gist.githubusercontent.com/justusiv/1ff2ad273cea3e33ca4acc5cab24c8e0/raw").content) $silent = mkdir c:\rclone -ErrorAction SilentlyContinue install-rclone -location c:\rclone -then just add c:\rclone to your path +Then just add c:\rclone to your path. This only has to be done once. http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path