sh 安装Grive,在Linux VPS上同步文件到Google Drive

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装Grive,在Linux VPS上同步文件到Google Drive相关的知识,希望对你有一定的参考价值。

#!/bin/bash

# apt-get install software-properties-common -y

add-apt-repository ppa:nilarimogard/webupd8
apt-get update
apt-get install grive -y

mkdir ~/google_drive
cd ~/google_drive
grive -a

以上是关于sh 安装Grive,在Linux VPS上同步文件到Google Drive的主要内容,如果未能解决你的问题,请参考以下文章

sh 用于Sakura VPS的php安装配置

sh VPS为Ubuntu 16.04安装bash脚本

如何通过SSH在Linux VPS上安装Kloxo/Lxadmin Secer's Blog

如何在Linux VPS上使用x2g0安装远程桌面

centos如何安装Zend Optimizer

Linux SSH远程文件/目录传输命令scp