mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 17:34:57 +01:00
Updated Install rclone via powershell script (markdown)
parent
1aacf6841a
commit
83376236c6
@ -8,3 +8,12 @@ To use the script you can simply run this line in PowerShell
|
||||
install-rclone
|
||||
|
||||
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.
|
||||
|
||||
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
|
||||
http://windowsitpro.com/systems-management/how-can-i-add-new-folder-my-system-path
|
||||
|
Loading…
Reference in New Issue
Block a user