1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-09 07:24:08 +00:00

Remove libncurses5-dev Debian build dependency

It isn't used, only libncursesw5-dev is used.
This commit is contained in:
Paul Wise 2021-11-25 12:57:53 +08:00
parent 33f2c70da2
commit d9480c0254
No known key found for this signature in database
GPG key ID: 3116BA5E9FFA69A3

View file

@ -14,7 +14,7 @@ CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
#### Debian(or derivative) Systems #### Debian(or derivative) Systems
``` ```
# apt install libatasmart-dev libncurses5-dev libncursesw5-dev # apt install libatasmart-dev libncursesw5-dev
``` ```
## Build and Run ## Build and Run