Skip to content

Commit eae5cdd

Browse files
committed
Fix docs lint warnings.
1 parent eef6f84 commit eae5cdd

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

docs/4/installation/debian.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ If the checksum matches the one specified on the releases page you can proceed t
7777
7878
To install the package pass the filename to `apt install`. If you want to check what extra packages will be installed first you can use the `--dry-run` flag.
7979
80-
8180
```sh
8281
{%- for package in page.packages %}
8382
# Installs the package on {{ package }}

docs/4/installation/rhel.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ If the checksum matches the one specified on the releases page you can proceed t
6262
6363
To install the package pass the filename to `dnf install`. If you want to check what extra packages will be installed first you can use `dnf deplist` instead.
6464
65-
6665
```sh
6766
{%- for package in page.packages %}
6867
# Installs the package on {{ package }}

docs/4/installation/ubuntu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ If the checksum matches the one specified on the releases page you can proceed t
7777
7878
To install the package pass the filename to `apt install`. If you want to check what extra packages will be installed first you can use the `--dry-run` flag.
7979
80-
8180
```sh
8281
{%- for package in page.packages %}
8382
# Installs the package on {{ package }}

0 commit comments

Comments
 (0)