ubuntu 16.04 AnSo onedrive

sudo apt install libcurl4-openssl-dev
sudo apt install libsqlite3-dev
sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list -O /etc/apt/sources.list.d/d-apt.list
sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinstall d-apt-keyring
sudo apt-get update && sudo apt-get install dmd-compiler dub

Here download requires relatively long time, failed to try again just fine

  • installation
git clone https://github.com/skilion/onedrive.git
cd onedrive
make
sudo make install

Here installation is complete

  • Turn auto-sync
systemctl --user enable onedrive
systemctl --user start onedrive

After the installation is running

onedrive 
copy the link into your browser pops up, after landing to get a link, copy back

 

Guess you like

Origin www.cnblogs.com/clemente/p/12354845.html