Skip to content

Commit

Permalink
Merge pull request #29 from little-forest/feat/dropbox_187.4.5691
Browse files Browse the repository at this point in the history
Feat/dropbox 187.4.5691
  • Loading branch information
little-forest committed Nov 18, 2023
2 parents 98d98f7 + c291f8f commit dac6a77
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions DEVELOPERS_NOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,23 @@ DAEMON_VERSION=123.4.4832
CLI_VERSION=2020.03.04
```

# How to build locally

Build image locally.

```
docker image build -t littlef/dropbox:dev .
```

Fix `/etc/systemd/system/[email protected]`.

```
Environment=DOCKER_NAME=littlef/dropbox:dev
```

Restart

```
sudo systemctl daemon-reload && sudo systemctl restart dropbox@USER_NAME.service
```

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:18.04

MAINTAINER Yusuke KOMORI <[email protected]>
LABEL maintainer="Yusuke KOMORI"

USER root

Expand Down
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

DAEMON_VERSION=171.4.6182
CLI_VERSION=2022.12.05
DAEMON_VERSION=187.4.5691
CLI_VERSION=2023.09.06

PREFERRED_DROPBOX_FILE=dropbox-lnx.x86_64-${DAEMON_VERSION}.tar.gz
DROPBOX_DOWNLOAD_URL="https://clientupdates.dropboxstatic.com/dbx-releng/client/${PREFERRED_DROPBOX_FILE}"
Expand Down

0 comments on commit dac6a77

Please sign in to comment.