Skip to content
Snippets Groups Projects
Commit ba492bd7 authored by Milan's avatar Milan
Browse files

Fix rclone

parent e8df30d2
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ In the end, we can make a quick check of PATH variable, whether the desired path
```echo $PATH```
!!! warning
In case you have installed the rclone using the steps above, you can then use the following command to update rclone:
In case you have installed the rclone using the steps above, you can then use the following command to update rclone:<br/>
**```rclone selfupdate```**<br/>
```2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1```
......@@ -62,7 +62,7 @@ In the next step click to **Start (1)** and search for **Edit the system environ
![](rclone-screenshots/rclone-path-win1.png){ width="800" height="600" style="display: block; margin: 0 auto" }
Then click at **Environment variables (1)** in the displayed window.
![](rclone-screenshots/rclone-path-win2.png){ width="800" height="600" style="display: block; margin: 0 auto" }
![](rclone-screenshots/rclone-path-win2.png){ width="600" height="450" style="display: block; margin: 0 auto" }
In the section User variables for **UserXY (1)** you will select the line with variable **Path (2)** and then you will click on the **Edit (3)** button.
......@@ -72,12 +72,12 @@ You can add the new path by clicking on the **New (1)** button and then you have
```%USERPROFILE%\bin```
![](rclone-screenshots/rclone-path-win4.png){ width="800" height="600" style="display: block; margin: 0 auto" }
![](rclone-screenshots/rclone-path-win4.png){ width="600" height="450" style="display: block; margin: 0 auto" }
In the end, you will click **OK** and **Apply**.
!!! warning
In case you have installed the rclone using the steps above, you can then use the following command to update rclone:
In case you have installed the rclone using the steps above, you can then use the following command to update rclone:<br/>
**```rclone selfupdate```**<br/>
```2022/08/25 11:54:07 NOTICE: Successfully updated rclone from version v1.59.0 to version v1.59.1```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment