Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion documentation/bolt_installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and Microsoft Windows.
| Microsoft Windows Server* | 2012R2, 2019 |
| RHEL | 6, 7, 8, 9 |
| SLES | 12, 15 |
| Ubuntu | 18.04, 20.04 |
| Ubuntu | 18.04, 20.04 , 22.04|

> **Note:** Windows packages are automatically tested on the versions listed
> above, but might be installable on other versions.
Expand Down Expand Up @@ -403,6 +403,15 @@ have installed:
sudo apt-get install puppet-bolt
```

- _Ubuntu 22.04_

```shell
wget https://apt.puppet.com/puppet-tools-release-jammy.deb
sudo dpkg -i puppet-tools-release-jammy.deb
sudo apt-get update
sudo apt-get install puppet-bolt
```

**Upgrade Bolt**

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