File tree 1 file changed +5
-14
lines changed
1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ and Microsoft Windows.
9
9
10
10
| Operating system | Versions |
11
11
| ------------------------- | ------------------- |
12
- | Debian | 9, 10, 11 |
13
- | Fedora | 34 |
12
+ | Debian | 10, 11 |
13
+ | Fedora | 36 |
14
14
| macOS | 11, 12 |
15
15
| Microsoft Windows* | 10 Enterprise |
16
16
| Microsoft Windows Server* | 2012R2, 2019 |
17
17
| RHEL | 6, 7, 8, 9 |
18
18
| SLES | 12, 15 |
19
- | Ubuntu | 18.04, 20.04 , 22.04|
19
+ | Ubuntu | 18.04, 20.04, 22.04 |
20
20
21
21
> ** Note:** Windows packages are automatically tested on the versions listed
22
22
> above, but might be installable on other versions.
@@ -28,15 +28,6 @@ and Microsoft Windows.
28
28
To install Bolt, run the appropriate command for the version of Debian you
29
29
have installed:
30
30
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
-
40
31
- _ Debian 10_
41
32
42
33
``` shell
@@ -79,10 +70,10 @@ sudo apt remove puppet-bolt
79
70
To install Bolt, run the appropriate command for the version of Fedora you
80
71
have installed:
81
72
82
- - _ Fedora 34 _
73
+ - _ Fedora 36 _
83
74
84
75
``` 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
86
77
sudo dnf install puppet-bolt
87
78
```
88
79
You can’t perform that action at this time.
0 commit comments