Skip to content

Commit 426c7a0

Browse files
committed
docs: update squid version to 6.9
1 parent a604909 commit 426c7a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/website/root/manual/getting-started/run-signer-node.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Note that this guide works on a Linux machine only.
101101

102102
* Install a recent version of `jq` (version 1.6+). You can install it by running `apt install jq`.
103103

104-
* Only for the **production** deployment, install a recent version of [`squid-cache`](http://www.squid-cache.org/) (version 6.8+).
104+
* Only for the **production** deployment, install a recent version of [`squid-cache`](http://www.squid-cache.org/) (version 6.9+).
105105

106106
## Set up the Mithril signer node
107107

@@ -519,16 +519,16 @@ sudo systemctl restart mithril-signer
519519
520520
:::
521521
522-
On the [Squid page listing released versions](https://www.squid-cache.org/Versions/) identify the latest stable released version (currently `6.8`) and download it:
522+
On the [Squid page listing released versions](https://www.squid-cache.org/Versions/) identify the latest stable released version (currently `6.9`) and download it:
523523
524524
```bash
525-
wget https://www.squid-cache.org/Versions/v6/squid-6.8.tar.gz
525+
wget https://www.squid-cache.org/Versions/v6/squid-6.9.tar.gz
526526
```
527527
528528
Uncompress the downloaded archive, and change directory:
529529
```bash
530-
tar xzf squid-6.8.tar.gz
531-
cd squid-6.8
530+
tar xzf squid-6.9.tar.gz
531+
cd squid-6.9
532532
```
533533
534534
Then, configure the compilation:
@@ -561,7 +561,7 @@ Optionally, verify that the version is correct:
561561
562562
You should see a result like this:
563563
```bash
564-
Squid Cache: Version 6.8
564+
Squid Cache: Version 6.9
565565
Service Name: squid
566566
configure options: '--prefix=/opt/squid' '--localstatedir=/opt/squid/var' '--libexecdir=/opt/squid/lib/squid' '--datadir=/opt/squid/share/squid' '--sysconfdir=/etc/squid' '--with-default-user=squid' '--with-logdir=/opt/squid/var/log/squid' '--with-pidfile=/opt/squid/var/run/squid.pid'
567567
```

0 commit comments

Comments
 (0)