When typing on terminal the suggested command line:
od="$HOME/.odrive-agent/bin" && curl -L "https://dl.odrive.com/odrive-py" --create-dirs -o "$od/odrive.py" && curl -L "https://dl.odrive.com/odriveagent-lnx-64" | tar -xvzf- -C "$od/" && curl -L "https://dl.odrive.com/odrivecli-lnx-64" | tar -xvzf- -C "$od/"
The installation starts, but I get this message:
*Warning: Failed to open the file /home/aramil/.odrive-agent/bin/odrive.py: *
*Warning: Permission denied*
* 2 74998 2 1570 0 0 1450 0 0:00:51 0:00:01 0:00:50 4397*
*curl: (23) Failure writing output to destination*
I’m new to Linux (coming from WIndows, where I used Odrive for years), so maybe there’s an obvious solution, but I don’t get it. Any help?