Answers for "install onedrive in ubuntu 2021"

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
Posted by: Guest on November-08-2020
0

install onedrive in ubuntu 18.04

mkdir -p ~/.config/onedrive
cp ~/onedrive/config ~/ .config/onedrive/config
Posted by: Guest on June-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language