mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
For MacOS installation, make sure the /usr/local/bin directory exists
This commit is contained in:
parent
b6684ea4f5
commit
6f2a6dfbc5
@ -55,8 +55,11 @@ Unzip the download and cd to the extracted folder.
|
||||
|
||||
Move rclone to your $PATH. You will be prompted for your password.
|
||||
|
||||
sudo mkdir -p /usr/local/bin
|
||||
sudo mv rclone /usr/local/bin/
|
||||
|
||||
(the `mkdir` command is safe to run, even if the directory already exists).
|
||||
|
||||
Remove the leftover files.
|
||||
|
||||
cd .. && rm -rf rclone-*-osx-amd64 rclone-current-osx-amd64.zip
|
||||
|
Loading…
Reference in New Issue
Block a user