russrao
deepin
2017-10-30 05:07 onedrive-d安装
$ git clone https://github.com/xybu92/onedrive-d.git
$ cd onedrive-d
$ ./install.sh
$ git clone https://github.com/xybu92/onedrive-d.git
$ cd onedrive-d
$ ./install.sh
Reply Like 0 View the author


中文 


修改了一下 install.sh,40 行加上 deepin
case $DISTRIB_ID in
# Debian/Ubuntu family
elementaryos|debian|ubuntu|deepin|linuxmint|raspbian)
PACKAGE_INST='sudo apt-get install'
PIP_PKG_NAME='python3-pip'
PYGOBJECT_PKG_NAME='python3-gi'
INOTIFY_PKG_NAME='inotify-tools'
PYTHON_DEV_PKG_NAME='python3-dev'
;;
再安装成功,安装后第一次运行用 onedrive-pref 命令设置好账户(有点小复杂,第一步需要用浏览器登录 outlook 后,将网址paste 回来)和同步文件夹
然后运行 onedrive-d start 成功,可以同步。