Skip to content

Instantly share code, notes, and snippets.

@jae-jae
Last active December 16, 2016 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jae-jae/c7c48d92acfaf96052bc76604b045d79 to your computer and use it in GitHub Desktop.
Save jae-jae/c7c48d92acfaf96052bc76604b045d79 to your computer and use it in GitHub Desktop.
安装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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment