mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 16:50:00 +00:00
Update cheatsheets
This commit is contained in:
@@ -9,11 +9,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Updates are performed using OCI images, to ensure that the system is always in a consistent state.
|
||||
> More information: <https://github.com/Vanilla-OS/ABRoot>.
|
||||
|
||||
- Add packages to the local image (Note: after executing this command, you need to apply these changes.):
|
||||
- Add packages to the local image (Note: After executing this command, you need to apply these changes.):
|
||||
|
||||
`sudo abroot pkg add {{package}}`
|
||||
|
||||
- Remove packages from the local image (Note: after executing this command, you need to apply these changes.):
|
||||
- Remove packages from the local image (Note: After executing this command, you need to apply these changes.):
|
||||
|
||||
`sudo abroot pkg remove {{package}}`
|
||||
|
||||
@@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo abroot pkg list`
|
||||
|
||||
- Apply changes in the local image (Note: you need to reboot your system for these changes to be applied):
|
||||
- Apply changes in the local image (Note: You need to reboot your system for these changes to be applied):
|
||||
|
||||
`sudo abroot pkg apply`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user