LoginSignup
9
6

More than 3 years have passed since last update.

Ubuntu20.04でOneDriveを使う

Last updated at Posted at 2020-08-06

手順

依存パッケージインストール

sudo apt install libcurl4-openssl-dev
sudo apt install libsqlite3-dev
sudo snap install --classic dmd && sudo snap install --classic dub

OneDriveインストール

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

起動

onedrive

ログインURLが表示されるので、そのURLへアクセスし、ログイン後のURLを貼り付けるとホームディレクトリの下にOneDriveフォルダが作成される

自動起動設定

systemctl --user enable onedrive
systemctl --user start onedrive

参考

https://github.com/skilion/onedrive
https://tobubiyori.blogspot.com/2017/11/ubuntulinuxonedrive.html

9
6
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
6