this is what i did
- copied the rclone executable into
/var/services/homes/user99/rclone
chmod +X /var/services/homes/user99/rclone/rclone
- in my homedir, created a file named
.profile
and added the following text
user99@bnas:~$ cat ~/.profile
PATH=/var/services/homes/user99/rclone:$PATH
export PATH
- logout
- login
- to check if that worked
user99@bnas:~$ which rclone
/var/services/homes/user99/rclone/rclone
user99@bnas:~$ rclone version
rclone v1.58.1
- os/version: unknown
- os/kernel: 4.4.180+ (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.17.9
- go/linking: static
- go/tags: none