mirror of
https://github.com/otakuto/crazydiskinfo.git
synced 2025-08-09 15:33:50 +00:00
Switch from apt-get to apt for installing Debian packages
The apt command is the newer interactive package manager for APT.
This commit is contained in:
parent
93fe2ed4c3
commit
33f2c70da2
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-get install libatasmart-dev libncurses5-dev libncursesw5-dev
|
||||
# apt install libatasmart-dev libncurses5-dev libncursesw5-dev
|
||||
```
|
||||
|
||||
## Build and Run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue