mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 03:17:28 +08:00
docs: fix script installation command on downloads page
Script installation instructions in `downloads.md` differ from those in `install.md` and fail on MacOS.
This commit is contained in:
parent
d347ac0154
commit
5439a2c5c6
|
@ -28,11 +28,11 @@ You can also find a [mirror of the downloads on GitHub](https://github.com/rclon
|
|||
|
||||
To install rclone on Linux/macOS/BSD systems, run:
|
||||
|
||||
curl https://rclone.org/install.sh | sudo bash
|
||||
sudo -v ; curl https://rclone.org/install.sh | sudo bash
|
||||
|
||||
For beta installation, run:
|
||||
|
||||
curl https://rclone.org/install.sh | sudo bash -s beta
|
||||
sudo -v ; curl https://rclone.org/install.sh | sudo bash -s beta
|
||||
|
||||
Note that this script checks the version of rclone installed first and
|
||||
won't re-download if not needed.
|
||||
|
|
Loading…
Reference in New Issue
Block a user