We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1655b3 commit 48c8942Copy full SHA for 48c8942
1 file changed
readme.md
@@ -16,11 +16,11 @@ Backups are installed by running one of the following commands in your terminal.
16
17
via curl
18
```
19
-$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/codn/dropbox-database-backup/master/install.sh)"
+$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/codn/database_backup/standalone/install.sh)"
20
21
via wget
22
23
-$ sh -c "$(wget https://raw.githubusercontent.com/codn/dropbox-database-backup/master/install.sh -O -)"
+$ sh -c "$(wget https://raw.githubusercontent.com/codn/database_backup/standalone/install.sh -O -)"
24
25
26
# Manual installation
0 commit comments