Skip to content

Commit

Permalink
docs: update quick-sync (#1406)
Browse files Browse the repository at this point in the history
* Update consensus-node.md

* Update environment.md
  • Loading branch information
qubelabsio authored Feb 8, 2024
1 parent 8caa167 commit a71d105
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions nodes/consensus-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ rm -rf ~/.celestia-app/data
mkdir -p ~/.celestia-app/data
SNAP_NAME=$(curl -s https://snaps.qubelabs.io/celestia/ | \
egrep -o ">{{constants.mainnetChainId}}.*tar" | tr -d ">")
wget -O - https://snaps.qubelabs.io/celestia/${SNAP_NAME} | tar xf - \
-C ~/.celestia-app/data/
aria2c -x 16 -s 16 -o celestia-snap.tar "https://snaps.qubelabs.io/celestia/${SNAP_NAME}"
tar xf celestia-snap.tar -C ~/.celestia-app/data/
```

```bash-vue [Mocha]
Expand All @@ -287,8 +287,8 @@ rm -rf ~/.celestia-app/data
mkdir -p ~/.celestia-app/data
SNAP_NAME=$(curl -s https://snaps.qubelabs.io/celestia/ | \
egrep -o ">{{constants.mochaChainId}}.*tar" | tr -d ">")
wget -O - https://snaps.qubelabs.io/celestia/${SNAP_NAME} | tar xf - \
-C ~/.celestia-app/data/
aria2c -x 16 -s 16 -o celestia-snap.tar "https://snaps.qubelabs.io/celestia/${SNAP_NAME}"
tar xf celestia-snap.tar -C ~/.celestia-app/data/
```

```bash-vue [Arabica]
Expand All @@ -297,8 +297,8 @@ rm -rf ~/.celestia-app/data
mkdir -p ~/.celestia-app/data
SNAP_NAME=$(curl -s https://snaps.qubelabs.io/celestia/ | \
egrep -o ">{{constants.arabicaChainId}}.*tar" | tr -d ">")
wget -O - https://snaps.qubelabs.io/celestia/${SNAP_NAME} | tar xf - \
-C ~/.celestia-app/data/
aria2c -x 16 -s 16 -o celestia-snap.tar "https://snaps.qubelabs.io/celestia/${SNAP_NAME}"
tar xf celestia-snap.tar -C ~/.celestia-app/data/
```

:::
Expand Down
4 changes: 2 additions & 2 deletions nodes/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ binaries, and running nodes.
::: code-group

```bash [APT]
sudo apt install curl tar wget clang pkg-config libssl-dev jq build-essential \
sudo apt install curl tar wget aria2 clang pkg-config libssl-dev jq build-essential \
git make ncdu -y
```

```bash [YUM]
sudo yum install curl tar wget clang pkg-config libssl-dev jq build-essential \
sudo yum install curl tar wget aria2 clang pkg-config libssl-dev jq build-essential \
git make ncdu -y
```

Expand Down

0 comments on commit a71d105

Please sign in to comment.