使っているOSのRaspbianは何? ラズパイ本体のRevは、など確認できる。
| Add the 3rd party repo |
|---|
$ echo "deb http://dl.bintray.com/dawidd6/neofetch stretch main" | sudo tee -a /etc/apt/sources.list |
| Add public key |
|---|
$ curl "https://bintray.com/user/downloadSubjectPublicKey?username=bintray" | sudo apt-key add - |
| Update repositories |
|---|
$ sudo apt-get update |
| Install the package |
|---|
$ sudo apt-get install neofetch |
| 下記を実行するだけ |
|---|
$ neofetch |