Cannot install Odrive on Ubuntu

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? :smiling_face_with_tear:

Hi @Aramil,
The message indicates a permissions issue when trying to save odrive.py to /home/aramil/.odrive-agent/bin/.

My first guess is maybe anti-virus? Since odrive.py is a python file, it could be seen as potentially dangerous?

See if you are able to manually download it from https://dl.odrive.com/odrive-py and then copy it into
/home/aramil/.odrive-agent/bin/.

You can also opt to download the binary version of the odrive.py, from here: https://dl.odrive.com/odrivecli-lnx-64