mirror of
https://github.com/otakuto/crazydiskinfo.git
synced 2025-08-04 07:04:04 +00:00
Switch from libncursesw5-dev to libncurses-dev for Debian build dependency
libncursesw5-dev is from an obsolete version of ncurses.
This commit is contained in:
parent
d9480c0254
commit
44e6b0d56b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
|
|||
|
||||
#### Debian(or derivative) Systems
|
||||
```
|
||||
# apt install libatasmart-dev libncursesw5-dev
|
||||
# apt install libatasmart-dev libncurses-dev
|
||||
```
|
||||
|
||||
## Build and Run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue