forked from TrueCloudLab/rclone
Fix installation instructions to install in /usr/bin not /usr/sbin
This commit is contained in:
parent
dc5b7dc102
commit
6bad0ad9c4
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ Fetch and unpack
|
|||
|
||||
Copy binary file
|
||||
|
||||
sudo cp rclone /usr/sbin/
|
||||
sudo chown root:root /usr/sbin/rclone
|
||||
sudo chmod 755 /usr/sbin/rclone
|
||||
sudo cp rclone /usr/bin/
|
||||
sudo chown root:root /usr/bin/rclone
|
||||
sudo chmod 755 /usr/bin/rclone
|
||||
|
||||
Install manpage
|
||||
|
||||
|
|
Loading…
Reference in a new issue