Skip to content

Commit 8b92d2f

Browse files
authored
add ubuntu jammy
1 parent cdc7b56 commit 8b92d2f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

documentation/bolt_installing.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and Microsoft Windows.
1616
| Microsoft Windows Server* | 2012R2, 2019 |
1717
| RHEL | 6, 7, 8, 9 |
1818
| SLES | 12, 15 |
19-
| Ubuntu | 18.04, 20.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.
@@ -403,6 +403,15 @@ have installed:
403403
sudo apt-get install puppet-bolt
404404
```
405405

406+
- _Ubuntu 22.04_
407+
408+
```shell
409+
wget https://apt.puppet.com/puppet-tools-release-jammy.deb
410+
sudo dpkg -i puppet-tools-release-jammy.deb
411+
sudo apt-get update
412+
sudo apt-get install puppet-bolt
413+
```
414+
406415
**Upgrade Bolt**
407416

408417
To upgrade Bolt to the latest version, run the following command:

0 commit comments

Comments
 (0)