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

This commit is contained in:
Vitor Henrique
2024-01-26 02:00:49 -03:00
committed by GitHub
parent 0f5e9835bf
commit 9dc381d87b

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: