Skip to content

Commit 64b3bec

Browse files
committed
fixed
1 parent cef7fb2 commit 64b3bec

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ssh root@your.server
4848
Download the installation script for the latest release:
4949

5050
```bash
51-
wget https://raw.githubusercontent.com/david0154/davidcp/release/install/dvp-install.sh
51+
wgethttps://raw.githubusercontent.com/david0154/davidcp/main/install/dvp-install.sh
5252
```
5353

5454
If the download fails due to an SSL validation error, please be sure you've installed the ca-certificate package on your system - you can do this with the following command:

docs/.vitepress/theme/components/InstallBuilder.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010
<CopyToClipboardInput
1111
class="u-mb10"
12-
value="wget https://raw.githubusercontent.com/david0154/davidcp/release/install/dvp-install.sh"
12+
value="wgethttps://raw.githubusercontent.com/david0154/davidcp/main/install/dvp-install.sh"
1313
/>
1414
<p class="u-mb10">
1515
Check you are running as the <code>root</code> user, configure the options you want below,

docs/docs/introduction/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Interactive installer that will install the default David software configuration
4343
Download the installation script for the latest release:
4444

4545
```bash
46-
wget https://raw.githubusercontent.com/david0154/davidcp/release/install/dvp-install.sh
46+
wgethttps://raw.githubusercontent.com/david0154/davidcp/main/install/dvp-install.sh
4747
```
4848

4949
If the download fails due to an SSL validation error, please be sure you've installed the ca-certificate package on your system - you can do this with the following command:

0 commit comments

Comments
 (0)