This commit is contained in:
2018-01-30 21:41:38 +08:00
parent a363677698
commit 1ada43d55b
8 changed files with 54 additions and 12 deletions

View File

@@ -1,9 +1,19 @@
# Dropbox (GUI)
# Dropbox
## download
## Dropbox daemon
```
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
```
## GUI
[link](https://www.dropbox.com/install-linux)
```
sudo apt install -y python-gpgme
```
## create a hidden directory
The root directory of Dropbox can not be assigned, but I don't want to see such dir, so create a hidden directory to place real Dropbox and make a soft link to my Workspace.
```bash
@@ -16,13 +26,6 @@ set root dir location to .dropbox-origin
ln -s /home/newnius/Workspace .dropbox-origin/Dropbox/workspace
```
# Dropbox (terminal)
## download
```bash
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
```
## start
```bash