forked from TrueCloudLab/rclone
For MacOS installation, make sure the /usr/local/bin directory exists
This commit is contained in:
parent
b6684ea4f5
commit
6f2a6dfbc5
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue