Skip to content

Commit 67b1019

Browse files
authored
Merge pull request #3268 from h0tw1r3/install-doc-update
(docs) update currently packaged os versions
2 parents 2682120 + 24e4e92 commit 67b1019

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

documentation/bolt_installing.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ and Microsoft Windows.
99

1010
| Operating system | Versions |
1111
| ------------------------- | ------------------- |
12-
| Debian | 9, 10, 11 |
13-
| Fedora | 34 |
12+
| Debian | 10, 11 |
13+
| Fedora | 36 |
1414
| macOS | 11, 12 |
1515
| Microsoft Windows* | 10 Enterprise |
1616
| Microsoft Windows Server* | 2012R2, 2019 |
1717
| RHEL | 6, 7, 8, 9 |
1818
| SLES | 12, 15 |
19-
| Ubuntu | 18.04, 20.04 , 22.04|
19+
| Ubuntu | 18.04, 20.04, 22.04 |
2020

2121
> **Note:** Windows packages are automatically tested on the versions listed
2222
> above, but might be installable on other versions.
@@ -28,15 +28,6 @@ and Microsoft Windows.
2828
To install Bolt, run the appropriate command for the version of Debian you
2929
have installed:
3030

31-
- _Debian 9_
32-
33-
```shell
34-
wget https://apt.puppet.com/puppet-tools-release-stretch.deb
35-
sudo dpkg -i puppet-tools-release-stretch.deb
36-
sudo apt-get update
37-
sudo apt-get install puppet-bolt
38-
```
39-
4031
- _Debian 10_
4132

4233
```shell
@@ -79,10 +70,10 @@ sudo apt remove puppet-bolt
7970
To install Bolt, run the appropriate command for the version of Fedora you
8071
have installed:
8172

82-
- _Fedora 34_
73+
- _Fedora 36_
8374

8475
```shell
85-
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-34.noarch.rpm
76+
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-36.noarch.rpm
8677
sudo dnf install puppet-bolt
8778
```
8879

0 commit comments

Comments
 (0)