Skip to content

Commit 54882c5

Browse files
Merge branch 'master' into feature/add-ubuntu-iso-support
2 parents 1aa41f7 + dd0c259 commit 54882c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</p>
1919
<br/>
2020
<p align="center">
21-
<a href="https://docs.dappnode.io/user/quick-start/Core/installation">
21+
<a href="https://docs.dappnode.io/docs/user/install/overview">
2222
<img width="200" src="doc/DappnodeInstall.png">
2323
</a>
2424
</p>
@@ -38,7 +38,7 @@ DAppNode is empowering people by creating a simple, transparent system for hosti
3838
DAppNode lowers the barrier of entry for non tech-savvy participants. It allows you to deploy, update, and manage P2P clients and nodes without leaving your browser. No terminal or command line interface.
3939

4040
<p align="center">
41-
<a href="https://docs.dappnode.io/user/quick-start/Core/installation">
41+
<a href="https://docs.dappnode.io/docs/user/install/overview">
4242
<img width="800" src="doc/DAppNodeAdminUI-demo.png">
4343
</a>
4444
</p>
@@ -119,7 +119,7 @@ Champions are community members that are in charge of maintaining packages: keep
119119

120120
Get your DAppNode and start contributing to decentralization by running your own nodes.
121121

122-
[Install DAppNode on your host machine](https://docs.dappnode.io/user/quick-start/Core/installation) or buy your DAppNode with all the stuff configured and prepared to be used in [DAppNode shop](https://dappnode.com/en-us/collections/frontpage)
122+
[Install DAppNode on your host machine](https://docs.dappnode.io/docs/user/install/overview) or buy your DAppNode with all the stuff configured and prepared to be used in [DAppNode shop](https://dappnode.com/en-us/collections/frontpage)
123123

124124
### Install DAppNode with ISO
125125

iso/scripts/generate_dappnode_iso_debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ SCRIPTS_DIR=$(dirname "${BASH_SOURCE[0]}")
55

66
source ${SCRIPTS_DIR}/common_iso_generation.sh
77

8-
# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso
9-
BASE_ISO_NAME="debian-12.7.0-amd64-netinst.iso"
8+
# Source = https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.10.0-amd64-netinst.iso
9+
BASE_ISO_NAME="debian-12.10.0-amd64-netinst.iso"
1010
BASE_ISO_PATH="/images/${BASE_ISO_NAME}"
1111
BASE_ISO_URL="https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/${BASE_ISO_NAME}"
12-
BASE_ISO_SHASUM="8fde79cfc6b20a696200fc5c15219cf6d721e8feb367e9e0e33a79d1cb68fa83 ${BASE_ISO_PATH}"
12+
BASE_ISO_SHASUM="ee8d8579128977d7dc39d48f43aec5ab06b7f09e1f40a9d98f2a9d149221704a ${BASE_ISO_PATH}"
1313

1414
DAPPNODE_ISO_NAME="${DAPPNODE_ISO_PREFIX}${BASE_ISO_NAME}"
1515
DAPPNODE_ISO_PATH="/images/${DAPPNODE_ISO_NAME}"

0 commit comments

Comments
 (0)