1
0
Fork 0
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:
Paul Wise 2021-11-25 12:56:53 +08:00
parent 93fe2ed4c3
commit 33f2c70da2
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
```
# apt-get install libatasmart-dev libncurses5-dev libncursesw5-dev
# apt install libatasmart-dev libncurses5-dev libncursesw5-dev
```
## Build and Run