Skip to content

Commit 48c8942

Browse files
authored
Install instructtions reflect actual files
1 parent a1655b3 commit 48c8942

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Backups are installed by running one of the following commands in your terminal.
1616

1717
via curl
1818
```
19-
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/codn/dropbox-database-backup/master/install.sh)"
19+
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/codn/database_backup/standalone/install.sh)"
2020
```
2121
via wget
2222
```
23-
$ sh -c "$(wget https://raw.githubusercontent.com/codn/dropbox-database-backup/master/install.sh -O -)"
23+
$ sh -c "$(wget https://raw.githubusercontent.com/codn/database_backup/standalone/install.sh -O -)"
2424
```
2525

2626
# Manual installation

0 commit comments

Comments
 (0)