deb-get: remove sudo from search and show commands (#12136)

pull/23/head
Vitor Henrique 2024-01-26 02:00:49 -03:00 committed by GitHub
parent 0f5e9835bf
commit 9dc381d87b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@
- Search for a given package:
`sudo deb-get search {{package}}`
`deb-get search {{package}}`
- Show information about a package:
`sudo deb-get show {{package}}`
`deb-get show {{package}}`
- Install a package, or update it to the latest available version: