When I run the install on my RPi - I get the following output:
pi@raspberrypi:~ $ 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-rpi” | tar -xvzf- -C “$od/” && curl -L “https://dl.odrive.com/odrivecli-rpi” | tar -xvzf- -C “$od/”
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
100 51757 100 51757 0 0 50743 0 0:00:01 0:00:01 --:–:-- 106k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0odriveagent
100 9693k 100 9693k 0 0 1252k 0 0:00:07 0:00:07 --:–:-- 1478k
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0
0 0 0 0 0 0 0 0 --:–:-- --:–:-- --:–:-- 0odrive
100 5353k 100 5353k 0 0 1040k 0 0:00:05 0:00:05 --:–:-- 1165k
When I then go to run the odrive Sync Agent with the following command:
I then utilize the language to run the odrive Sync Agent in the background, and when I input the status code, I get the following:
pi@raspberrypi:~ $ “$HOME/.odrive-agent/bin/odrive” status
You must have odrive agent or desktop running before using this script.
I’m not sure what I’ve done wrong here… Any thoughts?