Based on these instructions I'm able to connect to Microsoft Onedrive from Linux Mint 17 using onedrive-d . I use them with slight modifications as follow,
- The first step to installing onedrive-d is to open a terminal window and clone the source code from git using the following command:
git clone https://github.com/xybu92/onedrive-d.git
- If you don’t have “git” installed, you can install it with the command:
sudo apt-get install git - Now change directory into the onedrive-d folder:
cd onedrive-d - Run the installation script:
sudo ./install.sh
- After installation you should run:
sudo onedrive-pref - Answer with default values. In the end you have ~/OneDrive folder (at your home folder)
- To activate run:
sudo onedrive-d start
No comments:
Post a Comment
Please be polite and don't SPAM, Thanks :)