Skip to content

Instantly share code, notes, and snippets.

@returnwellbeing
Last active January 23, 2019 13:15
Show Gist options
  • Save returnwellbeing/ef4254b57c1a2f4c166a7ecd4a7c54c2 to your computer and use it in GitHub Desktop.
Save returnwellbeing/ef4254b57c1a2f4c166a7ecd4a7c54c2 to your computer and use it in GitHub Desktop.
dropbox 설치 방법

Dropbox

cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
sudo ln -s ~/.dropbox-dist/dropboxd /usr/local/bin/dropboxd
mkdir ~/Dropbox && cd ~/Dropbox && dropboxd

참고

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment