ubuntu onedrive code example
Example 1: add onedrive to ubuntu
sudo apt-get install onedrive
onedrive
// Authenticate your account on the web
// Copy the response url and paste it
onedrive -m // To sync in real time
onedrive // To sync
Example 2: onedrive ubuntu 20.04
sudo add-apt-repository ppa:yann1ck/onedrive
sudo apt install onedrive
onedrive
Example 3: add one drive to ubuntu
sudo apt-get install onedrive
onedrive
// Authenticate your account on the web
// Copy the response url and paste it
onedrive -m // To sync in real time
onedrive // To sync
man onedrive // Manual