Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-07 00:22:23 +00:00
parent c22ca08b6b
commit 9c36a48bd3
35 changed files with 316 additions and 38 deletions

View File

@@ -19,12 +19,12 @@ source: https://github.com/tldr-pages/tldr.git
- Prepare a new ostree deployment with upgraded packages and reboot into it:
`rpm-ostree upgrade --reboot`
`rpm-ostree upgrade {{[-r|--reboot]}}`
- Reboot into the previous ostree deployment:
`rpm-ostree rollback --reboot`
`rpm-ostree rollback {{[-r|--reboot]}}`
- Install a package into a new ostree deployment and reboot into it:
`rpm-ostree install {{package}} --reboot`
`rpm-ostree install {{package}} {{[-r|--reboot]}}`